# Introduction

**Agent Protocol** is the payment layer for AI agents. These docs walk you through additional background & context around the project, as well as technical details for our upcoming SDK.

**Suggested Pre-Reading:**

* Project announcement blogpost: ["Agent Protocol: Payments for AI Agents"](https://mirror.xyz/0x62D8aAfD495613C9B2a506Ada695293cc0379ddD/Fb0sc-77i1y66wpSvcK4m5HK-SMVnYQ__UqqIlBHGJI)
* Background blogpost: ["Why AI is the path to mainstream crypto adoption"](https://mirror.xyz/0x62D8aAfD495613C9B2a506Ada695293cc0379ddD/dIVQswtjYuf413FEZNbG_Tgwx-5eNi5uazcd5qn0nNo)

{% embed url="<https://youtu.be/CzWBN2mzMVc>" %}

**Documentation**

{% content-ref url="/pages/5qpNt9aHD0L7Hiz5BNV0" %}
[Background & Motivation](/agent-protocol-docs/background-and-motivation/what-is-agent-protocol.md)
{% endcontent-ref %}

{% content-ref url="/pages/jNKYn96oaA4z2y0pmo5P" %}
[Developers](/agent-protocol-docs/developers/background-and-setup.md)
{% endcontent-ref %}


---

# 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://agent-protocol.gitbook.io/agent-protocol-docs/introduction.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.
