> For the complete documentation index, see [llms.txt](https://docs.iproyal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iproyal.com/proxies/mobile/dashboard/order-configuration.md).

# Order Configuration

To begin configuring your order, you first need to access its details page.

First, navigate to the 'Mobile' section (<mark style="color:orange;">1</mark>) via the sidebar menu.&#x20;

Once you locate your order, click on 'Details' (<mark style="color:orange;">2</mark>) to proceed.

<figure><img src="/files/73jb4MDoY2ujSoU08jrX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In the page you will find a section labeled 'Subscription'. We will discuss this feature in more detail in the 'Extending an Order' section.<br>

[Extending an Order](/proxies/mobile/dashboard/extending-an-order.md)
{% endhint %}

Upon entering this page, you will first encounter the 'Proxy details' and 'Order details' toggle (<mark style="color:orange;">1</mark>). The 'Proxy details' page covers the proxy configuration options, while the 'Order details' page offers an order overview and subscription management options.

Next, you will see the 'Proxy Access' panel (<mark style="color:orange;">2</mark>), where all your connection details are conveniently located. From here, you can copy them or download them.

You can also rotate your IP address via the 'Rotate IP' button (<mark style="color:orange;">3</mark>), Rotation link (<mark style="color:orange;">4</mark>), and automatically after a set period (<mark style="color:orange;">5</mark>).

<figure><img src="/files/1g89kId2QnRPQoeh7mlP" alt=""><figcaption></figcaption></figure>

By switching to the 'Order details' panel (<mark style="color:orange;">1</mark>), you will get the basic information about your order (<mark style="color:orange;">2</mark>) and the status of your subscription (<mark style="color:orange;">3</mark>).

Next, you will come across a panel for adding a note (<mark style="color:orange;">4</mark>). This feature allows you to write something for future reference. Importantly, you will be able to search for the order using the content of your note.

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


---

# 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.iproyal.com/proxies/mobile/dashboard/order-configuration.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.
