> For the complete documentation index, see [llms.txt](https://ask-clio.gitbook.io/ask-clio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ask-clio.gitbook.io/ask-clio/tools-and-data-plug-in-your-apis/adding-authentication-profiles-to-access-your-apis.md).

# Adding Authentication Profiles to Access Your APIs

If your APIs have authentication, you can add authentication profiles to your API calls in the Tools in Data tab by following these steps.<br>

### Step 1: Add an Authentication Profile

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdxg4ABlbVLkfpt2znhokDnm-792Q9rVK5DB-GRAtYPPhruqMYkM28XEMgonM0S-Uvvqyf4uv3IIS0CzGmZBxBenHtWZbWbL_1R477Uyt3CfCxMvZxRa1ish31h78Y3QhxXbTTH?key=axR2UfyAcAqLKSYcsAXlXg" alt=""><figcaption></figcaption></figure>

### Step 2: Configure your Authentication Profile<br>

You can configure the details of your authentication profile when you add it. <br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXf9Fj2Gwd2MI8VZrdHc0E8bK66o5JLBsmYdo9NBmaMZPj5MxiFnkw1-1faI9neBKQ57jhg50DmSz6rpDPQireN2DxWjV4-PAgUptfoEq9Pcv-od2CvbZRkK9BpFBf5ymaeQUzLthw?key=axR2UfyAcAqLKSYcsAXlXg" alt=""><figcaption></figcaption></figure>

### Step 3: Add your Authentication Profile to your Tool Under “API Request” -> “Auth Type”&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXflgsFCQifWLRGIrVrCSsLzzzLt00-pkR43bxxB9Lt9YedsCu83JoHUQRsBXRZQ5vn-eNZaxy3uB__tgGssn1_zyELxBgU6X9OiNIcT2ZZ8Lu99vOORTnpQzxR47fgwevVsGUii?key=axR2UfyAcAqLKSYcsAXlXg" alt=""><figcaption></figcaption></figure>

\
\
If your current authentication method is not supported, feel free to reach out to <support@askclio.ai> for any assistance.


---

# 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, and the optional `goal` query parameter:

```
GET https://ask-clio.gitbook.io/ask-clio/tools-and-data-plug-in-your-apis/adding-authentication-profiles-to-access-your-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
