> For the complete documentation index, see [llms.txt](https://bitbama-ai.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitbama-ai.gitbook.io/untitled/introduction/what-is-bitbama-ai.md).

# What is Bitbama AI

<figure><img src="/files/ZFpqj943AKTv1Cj3dKKs" alt="" width="563"><figcaption></figcaption></figure>

Bitbama AI is a robust platform for constructing AI agents, tailored to facilitate the creation of highly customized AI chatbots with precision. It's engineered to meet a diverse range of requirements, ensuring a seamless and intuitive experience in both crafting and managing AI chatbots.

More than a mere chatbot builder, Bitbama AI stands as a holistic solution for orchestrating customer interactions and extracting valuable insights from these interactions. Whether through automated AI dialogues or hands-on responses, the web application guarantees that every exchange is conducted with maximum efficiency and impact, bolstering your customer relationship management approach.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://bitbama-ai.gitbook.io/untitled/introduction/what-is-bitbama-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
