# Introduction

### API Key Setup <a href="#api-key-setup" id="api-key-setup"></a>

* Some endpoints will require an API Key.
* **Never share your API key/secret key to ANYONE.**

&#x20;If the API keys were accidentally shared, please delete them immediately and create a new key.

### Contact Us <a href="#contact-us" id="contact-us"></a>

* [ABCC Customer Support](https://help.abcc.com/)
  * For cases such as missing funds, help with 2FA, etc.


---

# 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://abcc-docs.gitbook.io/api/master.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.
