> For the complete documentation index, see [llms.txt](https://docs.blocksscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocksscan.io/support/faq.md).

# FAQ

Frequently Asked Questions.

## If you have any doubt related to the API and endpoints, you can connect with us. <a href="#can-the-same-api-keys-be-used-across-different-explorers" id="can-the-same-api-keys-be-used-across-different-explorers"></a>

If you encounter any issues with the API and its endpoints, please connect with us and report your issue in the following format:

Your Name\
The Issue You Are Experiencing\
API Endpoint

For example

```
Hey my name is john 
This api is not working showing XYZ error 
API-Endpoint
```

**Telegram** : BlocksScanIO\
**Email**: support.blocksscan.io

If the issue still persists after a few minutes or with a previously working key, do [**reach out**](/support/getting-help.md) for us to have a closer look.


---

# 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.blocksscan.io/support/faq.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.
