# Use Cases

Explore real-world examples of how to build with Sai. These guides showcase practical implementations using the Sai developer tools, smart contracts, and APIs.

## Featured Use Cases

### Telegram Bot

Build a trading bot that brings Sai's power directly to your users through Telegram.

{% content-ref url="/pages/bzk5b2zHGvi61jze31O7" %}
[Telegram Bot Integration](/for-devs/use-cases/tg-guide.md)
{% endcontent-ref %}

***

## Get Started

New to Sai? Check out our main developer documentation to learn about the core tools and APIs:

{% content-ref url="/pages/3IWKplL3iXb4MF6ssbI2" %}
[Getting Started](/for-devs/dev.md)
{% endcontent-ref %}

## Have a Use Case to Share?

Building something interesting with Sai? We'd love to hear about it!

* **Share your project** on [X/Twitter](https://x.com/saidotfun)
* **Join our community** to showcase your work


---

# 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.sai.fun/for-devs/use-cases.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.
