# Identity: Window API

## Introduction

This guide describes the Window API, which is an essential component of integrating with the DeSo Identity Service.

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

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

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

Upon finishing reading about the Window API, we recommend taking a look at the [Identity: iFrame API](/~/changes/fDLjGJdJathPNuf23Eol/deso-identity/iframe-api.md), especially if you're developing a web application.

And if you're creating a mobile app, check out our [Mobile Integration](/~/changes/fDLjGJdJathPNuf23Eol/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/~/changes/fDLjGJdJathPNuf23Eol/deso-identity/window-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.
