# Integrations

- [IDE Integrations](https://docs.fastrouter.ai/integrations/ide-integrations.md): Step-by-step guides to configure Cursor, Cline, and Roo Code with FastRouter's OpenAI-compatible API for seamless access to the latest models.
- [Claude Code](https://docs.fastrouter.ai/integrations/claude-code.md): This guide walks you through setting up Claude Code to work with FastRouter.ai as your API provider.
- [OpenClaw](https://docs.fastrouter.ai/integrations/openclaw.md)
- [Running Hermes Agent with FastRouter](https://docs.fastrouter.ai/integrations/running-hermes-agent-with-fastrouter.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://docs.fastrouter.ai/integrations.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.
