# How to Create a Store API Key

{% embed url="<https://drive.google.com/file/d/1vSIZaq8LE5RAzVCRrMVr_95IroUxrZrG/view?usp=sharing>" %}

### Steps:

1. Log in to your account[ https://admin.cloudwaitress.com/login](https://admin.cloudwaitress.com/login)
2. Navigate to **Developers**
3. Click **Create API Key** to open the form
4. Add **Name** to Label the API key for easier identification
5. Choose which Restaurant will have access to this key&#x20;
6. Save

{% hint style="danger" %}
Please email <support@cloudwaitress.com> or use the chat support feature to get assistance managing this feature.
{% endhint %}


---

# 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://support.cloudwaitress.com/how-to-guides/how-to-create-a-store-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.
