> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/es/interface/blocks/order-book.md).

# Libro de órdenes

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/5d403d80-80db-46ae-ac6e-bdb750343c37/image.png" alt="" width="375"><figcaption></figcaption></figure>

En la parte derecha de la pestaña hay un menú (como marca de verificación) que cambia la visualización del bloque:

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/6144379c-c865-46ff-8f23-20f05f930baf/image.png" alt="" width="375"><figcaption></figcaption></figure>

* Libro de Órdenes
* Favoritos
* Libro de Pedidos + Favoritos

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/63cf1da0-4130-4c8f-b4e7-4044e18a7e5e/image.png" alt="" width="375"><figcaption></figcaption></figure>

* La parte superior (roja) del libro de órdenes es para las órdenes de venta
* La parte central muestra el último precio de la operación ejecutada
* La parte inferior (verde) del libro de órdenes es para las solicitudes de compra

<figure><img src="https://t24536365.p.clickup-attachments.com/t24536365/c4696b4e-08f8-49de-be70-e5cfe6f20272/image.png" alt=""><figcaption></figcaption></figure>

Al hacer clic en una línea del libro de órdenes, el precio se inserta en el formulario de creación de órdenes.

{% hint style="info" %}
Si hace clic en la pestaña, ésta se contrae y el gráfico se amplía a toda su anchura.\
Si vuelves a hacer clic, la pestaña se abre.
{% endhint %}

**¿Tiene alguna duda? Podemos ayudarte en nuestro chat de Telegram.**

{% embed url="<https://t.me/finandyes>" %}


---

# 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.finandy.com/es/interface/blocks/order-book.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.
