# Building your own personal assistant

ConvoGrid doesn't limit you to just being a content creator or a content consumer; in fact, it actually enables you to achieve more by enabling you to build your own chatbot using any content available.

## **🚀 Build your own assistant**

* You can make your own personal chatbot by checking out the [My Bots section](https://github.com/convogridai/ConvoDocs/blob/main/welcome/getting-started/broken-reference/README.md), which details how you can [create a bot](/convogrid/my-bots/creating-a-bot.md) or even [bring over your bots from other platforms](/convogrid/my-bots/creating-a-bot/selecting-the-content/importing-bots-from-another-platform.md) by guiding you in this process.
* If you choose not to publish this bot, it will remain as a private chatbot that you can use as a personal assistant to assist you in your tasks, be it entertainment, education, etc.
* You can[ try out this bot](/convogrid/my-bots/try-bots.md), and if you feel ready to share this bot with the world, you can easily [publish the bot](/convogrid/my-bots/creating-a-bot/publishing-the-bot.md) and become a content creator on ConvoGrid as well.

The possibilities are endless, so get started by creating your own personal AI assistant with ConvoGrid today!

In the next section, let's look at how you can search for a ConvoBot on ConvoGrid.


---

# 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.convogrid.ai/convogrid/welcome/getting-started/building-your-own-personal-assistant.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.
