# Setting up your own key for AI features

Model required:\
Model: 4 Sonnet | 4.5 Sonnet | 4.6 Sonnet\
Minimum Thinking budget: 3000|5000|5000 {Respectively for the models}\
Max Thinking Budget: 5000| 10,000| 10,000 {Respectively for the models}<br>

Steps to create the Claude API key:

1. Navigate to the "API Keys" section in your account dashboard or settings.
2. Click the "+Create Key" button.
3. Give your API key a descriptive name (e.g., "My\_First\_Claude\_App") and click "Create".
4. Immediately copy the generated key and store it in a secure location (like a password manager). For security reasons, the key will not be shown again after you leave this page.

{% content-ref url="/pages/8l1IV2qM1p1LERBAcLc0" %}
[Code Telemetry FAQs](/ai-adoption/hivel-ai-impact-screen-overview-and-insights/code-telemetry-faqs.md)
{% endcontent-ref %}


---

# 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://docs.hivel.ai/integrations/ai-tools/setting-up-your-own-key-for-ai-features.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.
