> For the complete documentation index, see [llms.txt](https://docs.searchcitrus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.searchcitrus.com/cloud-hosted-citrus/examples.md).

# Examples

## Replit AI Chatbot

Replit's AI podcast provides a ton of knowledge that's beneficial to engineers, hackers and the curious.\
We generated transcripts for all the episodes, indexed them with citrus and built a search system around it.

The frontend is hosted on Vercel and the vector database is hosted on citrus-managed infrastructure :)\
Feel free to play around with the [Replit AI chatbot](https://replit.searchcitrus.com)

If you're looking for the code, dive into the [GitHub repository](https://github.com/0xDebabrata/replit-ai-chatbot)!


---

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

```
GET https://docs.searchcitrus.com/cloud-hosted-citrus/examples.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.
