# Project

- [Creating a new project](https://docs.talkstack.ai/project/creating-a-new-project.md): This section provides instructions on using the /project/create-project endpoint to create a new project. Each project under a user should have a unique name.
- [Get Project](https://docs.talkstack.ai/project/get-project.md): This section provides instructions to use /project/:projectId endpoint to get the list of projects of a user.
- [Getting list of projects](https://docs.talkstack.ai/project/getting-list-of-projects.md): This section provides instructions to use /project/list endpoint to get the list of projects of a user.
- [Update a project](https://docs.talkstack.ai/project/update-a-project.md): This section provides instructions for using the /project/:projectId endpoint to create a new agent.
- [Delete Project](https://docs.talkstack.ai/project/delete-project.md): This section provides instructions to use the /project/:projectId endpoint to delete an existing project. A project will be deleted if all the agents are removed from it.
- [Webhook](https://docs.talkstack.ai/project/webhook.md)
- [Get Active Agent](https://docs.talkstack.ai/project/get-active-agent.md): This section provides instructions on using the /project/active-agent endpoint to get id of an active agent.
- [Set Active Agent](https://docs.talkstack.ai/project/set-active-agent.md)
- [Remove Active Agent](https://docs.talkstack.ai/project/remove-active-agent.md)


---

# 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/project.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.
