# Quick Start

**Create Your First API Key**

Navigate to your profile and create a new API key. When creating a key, you can:

* Assign a **Name** to easily identify and manage multiple keys.
* Set an **Expiration Date** to enhance security and control access.

{% hint style="info" %}
**Can't see the API Keys section?**\
API keys are available only for **Business accounts** with an active API subscription.
{% endhint %}

**Start Using the API**

Your API key is now ready to use.

Once you've configured the allowed IP addresses, expiration date, and any additional security settings, you can immediately begin accessing our APIs, tools, and services.

**You're all set!** Your API key is active and ready to connect with our global intelligence, enrichment, and threat analysis platforms. 🚀


---

# 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://dos-op.gitbook.io/docs/getting-started/quickstart.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.
