# API Keys

Here are the general steps on how to obtain API keys for *Sensor Tower* and *Data.ai*.&#x20;

{% hint style="info" %}
Keep in mind details may vary slightly based on each platform's user interface, and you may need certain permissions or subscription levels.
{% endhint %}

## SensorTower

1. Log in to your SensorTower account.
2. Go to the account settings or user profile.
3. Look for API Key section, usually found under account settings.
4. Click 'Generate new API key' if it's the first time, or 'Show API key' if it's already generated.
5. Save the API key somewhere secure. Treat it as you would a password.

## Data.ai

1. Login to your Data.ai account.
2. Navigate to your account or user settings.
3. Look for a section related to API or developer settings.
4. Use the 'Generate New API key' option, or if an API key is already generated, there should be an option to reveal it.
5. Keep your API key secure and do not share it with unauthorized individuals.

{% hint style="info" %}
Remember, if you can't locate these settings, consider reaching out to each platform's support team for direct assistance. You will need certain account privileges, depending on the platform's policy, to access and generate API keys.
{% endhint %}


---

# 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://faq.liquidandgrit.com/design-portal/visualizations/api-keys.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.
