# Agent

- [Create a new Agent](https://docs.talkstack.ai/agent/create-a-new-agent.md): This section provides instructions for using the /agent/create-agent endpoint to create a new agent.
- [Get Agent Details](https://docs.talkstack.ai/agent/get-agent-details.md): This section provides instructions on using the /agent/:agentId endpoint to retrieve the details of a particular agent.
- [Update Agent](https://docs.talkstack.ai/agent/update-agent.md): This section provides instructions on using /agent endpoint to update agent data
- [Delete an agent](https://docs.talkstack.ai/agent/delete-an-agent.md): This section provides instructions on using /agent endpoint to delete agent data
- [Get All agents](https://docs.talkstack.ai/agent/get-all-agents.md): This section provides instructions on using the /agent/:projectId endpoint to fetch a list of all agents in the project.


---

# 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.talkstack.ai/agent.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.
