# How to get an API key

To get an API key sign into your account and open the **Settings** page, **Integrations** tab.

Here you will find the **Flipsnack API** section where you can generate/regenerate your **API key** and **secret key.**

The API key and secret key are generated for you alone. You should make sure that they remain secret and others do not have access to them. If someone finds out your API key and secret key there is a **Regenerate Api Keys** button which will generate you a new set of keys.


---

# 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://developers.flipsnack.com/how-to-get-an-api-key.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.
