> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/esp/tour-del-producto-aplicacion-web/configuracion-de-usuario/pedir-el-paquete.md).

# Pedir el paquete

###

1. Elija un plan de precios y un método de pago.<br>

<figure><img src="https://lh6.googleusercontent.com/OCQ1h3yAfBDsYhkP5v6PzLH_gyWaL-RPmd5_5Fzlv7s7_SGKKJ3WyTWkobTQXgMKuO8IZChAeP8X5UYVds1vOSQBtYCeU2oyeqZIlq0VgCyNj8737KngBVhGpJ_lmTeJW6_wapcG" alt=""><figcaption></figcaption></figure>

2. Complete el formulario de información de facturación relacionado con su empresa/organización.

<figure><img src="https://lh4.googleusercontent.com/q-Q5pv7gb1nPKQF1b5hVf7tzhI4xU7JkwbTg-CQFxkfGr-5l64suwb84ljBcT27iWIZ26PwO58hQLVzfe6O81NKxJepFIKD_91ZbegjkiJ6NZ4GwjxnyT7VkpA3gY2SE8D3mgvm-" alt=""><figcaption></figcaption></figure>

3. Revise el pedido para asegurarse de que la información sea correcta y haga clic en «Realizar pedido».

<figure><img src="https://lh4.googleusercontent.com/sNqJZOyJZ-S-mrRTgjRKn3AaocP1JeQifk1bV_0aCIwTVIJVBn0GAUGNFQni89aiOY7StBgFrOxotMCcIiieetlyZu-_3r97LtO0Ot46hLTHGQlp5CgIquK5YRrNVTQtN95mezul" alt=""><figcaption></figcaption></figure>

4. En cuanto se realice el pedido, el equipo de GeoPard preparará la factura y le guiará a través de los siguientes pasos.<br>

<figure><img src="https://lh5.googleusercontent.com/seTwd5LFHQuIkX698BQDG7Tl60pFmlWTj95jTXQjJ_f35FjUJvhuquG5wBQVUTBc6Ld-pNYLmP-rclmCvrWVHDx2TwXwoOGpMDVltagdCDiStVcOP4mBRrKxlnWHQkMt_6ABL_4e" alt=""><figcaption></figcaption></figure>

Y se enviará la confirmación por correo electrónico.


---

# 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.geopard.tech/geopard-tutorials/esp/tour-del-producto-aplicacion-web/configuracion-de-usuario/pedir-el-paquete.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.
