# Starter Kit ## Docs - [Accounts](https://docs.quikquery.io/accounts.md): manage your accounts here - [Create Bot](https://docs.quikquery.io/api-reference/endpoint/bots/create.md): Creates a new bot - [Delete Bot](https://docs.quikquery.io/api-reference/endpoint/bots/delete.md): Deletes a single bot based on the ID supplied - [Get Bots](https://docs.quikquery.io/api-reference/endpoint/bots/get.md): Returns all bots that user have it - [Update Bot](https://docs.quikquery.io/api-reference/endpoint/bots/update.md): Update a single bot based on the ID supplied - [Get Chat History](https://docs.quikquery.io/api-reference/endpoint/chat/get.md): Returns all chat between user and chat bot - [Send Chat Message](https://docs.quikquery.io/api-reference/endpoint/chat/post.md): Send a chat message to the bot and receive an AI-generated response based on the bot's knowledge base - [Create Doc group](https://docs.quikquery.io/api-reference/endpoint/docs-group/create.md): Creates a new doc group - [Delete Doc group](https://docs.quikquery.io/api-reference/endpoint/docs-group/delete.md): Deletes a single doc group based on the ID supplied - [Get Doc groups](https://docs.quikquery.io/api-reference/endpoint/docs-group/get.md): Returns all doc groups that user have it - [Update Doc group](https://docs.quikquery.io/api-reference/endpoint/docs-group/update.md): Update a single doc group based on the ID supplied - [Create Doc ](https://docs.quikquery.io/api-reference/endpoint/docs/create.md): Creates a new doc - [Delete Doc ](https://docs.quikquery.io/api-reference/endpoint/docs/delete.md): Deletes a single doc based on the ID supplied - [Get Docs from Doc Group](https://docs.quikquery.io/api-reference/endpoint/docs/get.md): Returns all docs inside doc group - [Update Doc ](https://docs.quikquery.io/api-reference/endpoint/docs/update.md): Update a single doc based on the ID supplied - [Get Chat History](https://docs.quikquery.io/api-reference/endpoint/history/get.md): Returns all chat between user and chat bot - [Create question](https://docs.quikquery.io/api-reference/endpoint/questions/create.md): Creates a new question - [Delete question](https://docs.quikquery.io/api-reference/endpoint/questions/delete.md): Deletes a single question based on the ID supplied - [Get questions](https://docs.quikquery.io/api-reference/endpoint/questions/get.md): Returns all questions that user have it - [Update question](https://docs.quikquery.io/api-reference/endpoint/questions/update.md): Update a single question based on the ID supplied - [Create API Token](https://docs.quikquery.io/api-reference/endpoint/tokens/create.md): Creates a new token - [Delete API token](https://docs.quikquery.io/api-reference/endpoint/tokens/delete.md): Deletes a single token based on the ID supplied - [Get All Tokens](https://docs.quikquery.io/api-reference/endpoint/tokens/get.md): Returns all tokens that user have it - [Introduction](https://docs.quikquery.io/api-reference/introduction.md): Example section for showcasing API endpoints - [Bot](https://docs.quikquery.io/bots.md): manage your bots here - [Chat Bot](https://docs.quikquery.io/chat.md): interact with the chat bot - [Doc groups](https://docs.quikquery.io/doc-groups.md): manage your doc groups here - [Docs](https://docs.quikquery.io/docs.md): Manage your docs here - [Google drive](https://docs.quikquery.io/google-drive.md) - [Conversation history](https://docs.quikquery.io/history.md): a table of contents for all the conversations we have had - [Introduction](https://docs.quikquery.io/introduction.md): AI agent to talk to your Documents - [Questions](https://docs.quikquery.io/questions.md): a table of contents for all the questions we have - [Quickstart](https://docs.quikquery.io/quickstart.md): Start making your smart bot - [Slack](https://docs.quikquery.io/slack.md): How to integrate QuikQuery with Slack - [Tokens](https://docs.quikquery.io/tokens.md): a table of contents for all the tokens we have ## OpenAPI Specs - [openapi](https://docs.quikquery.io/api-reference/openapi.json)