> For the complete documentation index, see [llms.txt](https://docs.digitalapi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalapi.ai/marketplace/getting-started.md).

# Getting started

Sign in, learn the dashboard, and recognise the patterns you see on every screen. About ten minutes.

## Before you start

* **An invitation.** Your Org Admin has invited you and you have accepted it, which sets your password (or SSO) and your API Provider or Portal Admin role.
* **Your marketplace URL.** Written here as `<your-portal-domain>`; your production URL is whatever your Org Admin shared.
* **A current browser.** Chrome, Edge, Firefox, or Safari on desktop.

## Your first day in four steps

{% stepper %}
{% step %}

### Sign in

Open `<your-portal-domain>`, click **Login** in the top-right, and enter your email and password or your SSO identity. You land on the admin dashboard.
{% endstep %}

{% step %}

### Read the dashboard

Five tiles summarise everything: API Health, Recent Governance Scans, Gateway Connections, Recent Subscriptions, and Quick Actions. Each tile links into the screen that owns the data.
{% endstep %}

{% step %}

### Learn the sidebar

Every task starts in one of four groups: **API MANAGEMENT**, **ADMINISTRATION**, **SETTINGS**, **ORGANISATION**.
{% endstep %}

{% step %}

### Recognise the patterns

Status badges (Draft, Published, Pending), the search-and-filter bar on every list, the per-row action menu, and breadcrumbs repeat across the console.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**Next.** Understand the platform in [Concepts](/marketplace/concepts/concept-foundations.md), then configure each surface with the [How-to guides](/marketplace/how-to-guides/features.md), starting with [Gateway connections](/marketplace/how-to-guides/features/feat-gateway-connections.md).
{% endhint %}


---

# 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://docs.digitalapi.ai/marketplace/getting-started.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.
