# 🔍 FAQs

**I'm a Dev that wants to integrate Titan, but I'm not building a game can I still use Titan?**

* Yes! Titan is a general purpose swap router that can be used by any app that wants to integrate token swaps on TON. You can use [Titan's Swagger Docs](https://api.titan.tg/docs/#/) to get started today.

**I received a different token than what I expected. What should I do?**

* TON utilizes asynchronous execution. This makes it scalable, fast, and efficient — but it also means on occasion you will receive a token from a pool that the trade is being routed through. Do another swap with the token you received to the desired output token. Also, let us know so we can improve our routing and experience for all users at  [@TitanTrading](https://t.me/TitanTrading).


---

# 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.titan.tg/faqs.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.
