# Extensible API

YURI AI uses the most popular and flexible REST API, where the client sends requests to the server in the form of data, and the server uses the input to run internal functions and returns the output data to the client.

The REST API is highly extensible and easy to use. It keeps the underlying blockchain protocol unchanged and handles transactions under the protocol, changing the usage of the protocol to improve extensibility. It adopts a multi-chain architecture that divides the original chain into multiple ones, each of which provides part of the computing and storage services. The more business data, the more chains, and the better the system’s overall performance.

<figure><img src="/files/S2owWOTEKpWrmAobg7cL" alt=""><figcaption></figcaption></figure>


---

# 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://yuriai.gitbook.io/yuriai-guidebook/developer-documentation/extensible-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.
