# Setup Guide

## Integration Key <a href="#personal-access-token" id="personal-access-token"></a>

In order to use the Stacker API , you'll need to first find your personal integration key in your personal settings.

This key represents your user in Stacker, and allows you to make API calls, create and modify records, and integrate with third-party tools, such as Zapier or Make.

As always with access tokens, this token is specific to your user and should not be shared for use outside of your personal account.

<figure><img src="/files/HI70zKPtkXJ5bq1pJuD6" alt=""><figcaption></figcaption></figure>

### Finding your integration key

* In the bottom left corner of your application, click your profile
* Select "Account Settings", and then "Integration"
* From here you can access your **Integration Key**

<figure><img src="/files/xu9pZLUrOepYBcVOraAK" alt=""><figcaption></figcaption></figure>

### **Refreshing your integration key**

If you believe your integration key has been compromised, you can refresh it here.&#x20;

Be aware that doing so will break any existing integrations using this key. This is not a reversible action – once you have refreshed the key, there is no way to return to the previous version.


---

# 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.stackerhq.com/stacker-astra/ai-and-automations/open-api-overview/setup-guide.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.
