> For the complete documentation index, see [llms.txt](https://help.recart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.recart.com/integrations/generate-an-api-key-for-integrations.md).

# Generate an API Key for Integrations

Learn how to generate your own API Key in the Recart App in order to integrate successfully with other platforms.

### API Key Generation

You are now able to generate API Keys within the Recart App for your integrations by following the easy steps below:

1. Go to your "settings" page in the Recart App
2. Scroll down to find "API Keys"
3. Click "Create NewKey" ![API Key 1](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2Fnyvw9oVxS0WI4qHdgRwP%2FAPI%2520Key%25201.jpg?alt=media)
4. Enter a name for your key (eg. Wonderment integration)

![API Key 2](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FDfj4s02N89JpGpgeknAE%2FAPI%2520Key%25202.jpg?alt=media)

### Your API Key will now be available to copy 🤩

![Untitled-3](https://2167119381-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2I45aTZ733MBi8Vps3Ib%2Fuploads%2FEtmJPxfCE4wpxrk7miHg%2FUntitled-3.png?alt=media)

Please feel free to [contact our Success team](https://help.recart.com/getting-started/how-to-contact-recart-support?utm_source=recart-help-article\&utm_medium=referral) if you have any questions, we are happy to help. 💪


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.recart.com/integrations/generate-an-api-key-for-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
