> 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/developer-portal/introduction.md).

# Introduction

The Developer Portal is the branded surface where external consumers find and adopt your APIs. A consumer browses a public catalog, evaluates an API across its tabs, signs up, subscribes an application, collects credentials, calls the API, and tracks usage. This space documents that journey end to end.

![Figure 1. API Discovery, the public catalog where consumers find your APIs.](/files/5WI8cNKrEfx3nyRMCa1m)

{% hint style="info" %}
**New here?** [Getting started](/developer-portal/getting-started.md) walks the five-step path from landing on the portal to your first authenticated call.
{% endhint %}

## Discover APIs

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Discovering APIs</strong></td><td>Browse and search the public API and Product catalog.</td><td><a href="/pages/8uzCNyupQmOHhjw6ijWV">/pages/8uzCNyupQmOHhjw6ijWV</a></td></tr><tr><td><strong>Exploring an API</strong></td><td>Read the overview, documentation, specification, comments, and change log.</td><td><a href="/pages/IKxScC734VPvylqjCEUv">/pages/IKxScC734VPvylqjCEUv</a></td></tr></tbody></table>

## Subscribe & get access

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Signing up and signing in</strong></td><td>Register a consumer account and sign in.</td><td><a href="/pages/fs25PovX2zU2dfSoASSW">/pages/fs25PovX2zU2dfSoASSW</a></td></tr><tr><td><strong>Subscribing to APIs and Products</strong></td><td>Subscribe an application under a plan to call an API or Product.</td><td><a href="/pages/LCqosmfOs5UlFxQFpspG">/pages/LCqosmfOs5UlFxQFpspG</a></td></tr><tr><td><strong>Managing applications and credentials</strong></td><td>Create applications and manage the credentials the gateway validates.</td><td><a href="/pages/DKby1b03q97PreApsccG">/pages/DKby1b03q97PreApsccG</a></td></tr></tbody></table>

## Test & track usage

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Testing an API</strong></td><td>Send sample requests from the in-browser console.</td><td><a href="/pages/OagKRTOfCUvYNByO6aAL">/pages/OagKRTOfCUvYNByO6aAL</a></td></tr><tr><td><strong>App analytics and usage</strong></td><td>Track calls, errors, and quota consumption for your applications.</td><td><a href="/pages/CFJTkhvVMDDycAcUWOnj">/pages/CFJTkhvVMDDycAcUWOnj</a></td></tr></tbody></table>

## Resources

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Developer resources</strong></td><td>Documentation, guides, blog, support, and notifications.</td><td><a href="/pages/gvud3idVQCVDuD1SxqI5">/pages/gvud3idVQCVDuD1SxqI5</a></td></tr></tbody></table>


---

# 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/developer-portal/introduction.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.
