> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/site-navigation/invoices.md).

# Счета

В разделе `Invoices` отображаются сумма, дата и статус каждого счета. Нажмите `Open`, чтобы открыть нужный счет.

<figure><picture><source srcset="/files/f7bFjpjdKQPNYmHLGcou" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-cf84d4d0fac35578b076a3fa8954043ceacff738%2Finvoice-list_white.png?alt=media" alt="Список счетов"></picture><figcaption></figcaption></figure>

Внутри счета доступны данные плательщика, способ оплаты, статус и состав заказа. Нажмите `Download invoice PDF`, чтобы скачать счет в формате PDF.

<figure><picture><source srcset="/files/tDDeMHzjW7x3HffRPAlR" media="(prefers-color-scheme: dark)"><img src="https://2972762276-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3l0uO4OV4DD1gK4uKGC6%2Fuploads%2Fgit-blob-8ef0a49ed9342db00a67d45da348c5f0323d7013%2Finvoice-details_white.png?alt=media" alt="Данные счета и загрузка PDF"></picture><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.proxyshard.com/site-navigation/invoices.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.
