# AI Agent API

- [Message AI Agent](https://docs.stammer.ai/stammer.ai-docs/white-label/white-label-api/ai-agent-api/message-ai-agent.md): This is how you send a message and get responses with an AI agent through a 3rd party system.
- [Create AI Agent](https://docs.stammer.ai/stammer.ai-docs/white-label/white-label-api/ai-agent-api/create-ai-agent.md): You can interact with this API by sending a POST request that allows you to create a new AI agent.
- [Retrieve AI Agent](https://docs.stammer.ai/stammer.ai-docs/white-label/white-label-api/ai-agent-api/retrieve-ai-agent.md): You can interact with this API by sending a GET request.
- [Update AI Agent](https://docs.stammer.ai/stammer.ai-docs/white-label/white-label-api/ai-agent-api/update-ai-agent.md): You can interact with this API by sending a PUT request.
- [Delete AI Agent](https://docs.stammer.ai/stammer.ai-docs/white-label/white-label-api/ai-agent-api/delete-ai-agent.md): You can interact with this API by sending a DELETE request. This allows you to delete a AI Agent in your Agency Account. Make sure this action cannot be undone.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stammer.ai/stammer.ai-docs/white-label/white-label-api/ai-agent-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
