# Squarespace

## Generating API Keys

1. Log into your Squarespace account
2. Click on the settings in the bottom left corner: <img src="/files/ylzbuZenIanzd5xHedYe" alt="" data-size="line">
3. Click on **Developer Tools**
4. Click on **Developer API Keys**
5. Click **Generate Key**
6. Name the key "Inventora"
7. Select the following permissions:
   1. Products: **Read and Write**
   2. Inventory: **Read and Write**
   3. Orders: **Read Only**
8. Click **"Generate Key"**
9. Copy the key & return to Inventora


---

# 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://help.inventora.com/shop-integration/squarespace.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.
