> For the complete documentation index, see [llms.txt](https://docs.talkstack.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talkstack.ai/project.md).

# 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)
