# Getting Started

- [Building a chatbot](https://help.wotnot.io/getting-started/building-a-chatbot.md): Chatbots are the way forward for any business looking to automate any repetitive or manual task. Now that you're interested in creating a chatbot, let's learn about building a chatbot
- [Building a AI agent](https://help.wotnot.io/getting-started/building-a-ai-agent.md): AI agents are smart bots that answer questions from a data source.
- [Building a bot with live chat](https://help.wotnot.io/getting-started/building-a-bot-with-live-chat.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://help.wotnot.io/getting-started.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.
