# Flight Check

Before you start prompting, there are a few checks you can do to test that the Polytope and the Bluetext repository are set up correctly. First, to see if your agent is connected to the polytope MCP server, you can simply ask your coding agent: "do you have access to the Polytope MCP server?".&#x20;

After this, you can ask "which Bluetext tools are available to you?" if you see tools like add-api, add-frontend etc, Bluetext is successfully configured! if you only see tools like describe-container and describe-job, you have not configured the Bluetext repo in the polytope.yml file correctly.


---

# 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.bluetext.dev/troubleshooting/flight-check.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.
