# Identity: iFrame API

## Introduction

This guide describes the iframe API, which is an essential component of integrating with the DeSo Identity Service for web application developers.

If you haven't yet read through the [Identity: Overview](/deso-identity/identity.md) and [Core Concepts](/deso-identity/identity/concepts.md) guides, it would be helpful to do so prior to reading this documentation.

This guide also depends on [Identity: Window API](/deso-identity/window-api.md), so we recommend reading about it first.

The iframe API guide consists of two subpages, which should give you a comprehensive view of the API:

* [Overview](/deso-identity/iframe-api/basics.md) guide outlines the fundamentals of integrating with the iframe API
* [Endpoints](/deso-identity/iframe-api/endpoints.md) is an exhaustive list of all API endpoints.

If you're creating a mobile app, check out our [Mobile Integration](/deso-identity/identity/mobile-integration.md) guide next.


---

# 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.deso.org/deso-identity/iframe-api.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.
