# Getting Started Guide

### Prerequisites

Before you begin, you'll need:

1. A Glossi account with an active workspace
2. An API key (created in Workspace Settings → API Keys)
3. A tool for making HTTP requests (Postman, n8n)

### Step 1: Get Your API Key

1. Log in to [Glossi](https://app.glossi.io/)
2. Go to **Settings** (profile icon in top right) → **Workspace** → **API Keys**
3. Click **Create API Key**
4. Give it a name (e.g., "n8n Integration")
5. Copy your API key immediately - you won't be able to see it again!

Your API key looks like this:

```markdown
glsi_xxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

**Important**: Keep your API key secret. Don't commit it to version control or share it publicly.


---

# 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.glossi.io/glossi-api/getting-started-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.
