> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/how-to/private-network/organizations/pay-organisation-invoice.md).

# Pay Organisation Invoice

## Billing details

* Navigate to the Organisation from the organization listing page.
* Click on Billing and select Billing Details.

![Click on Billing Details](https://images.tango.us/workflows/82d081bd-a215-4eb2-8c7b-790d6874c76e/steps/debad73d-5501-4087-9104-e36efb6245c9/d6224992-866c-48ed-a5c0-766417857874.png)

* You'll see an option to pay the due if there's any overdue bill&#x20;
* If you have any credits available, you can choose to use them.
* Click on PAY

![Click on Pay](https://images.tango.us/workflows/82d081bd-a215-4eb2-8c7b-790d6874c76e/steps/a69ce0d3-0f6e-4e19-b954-2e3fd9a469ad/7520c5c7-91b7-42b4-8a8b-bec28077a0ad.png)

* Enter your card details, and confirm the payment.

![Click on Email](https://images.tango.us/workflows/82d081bd-a215-4eb2-8c7b-790d6874c76e/steps/819a129c-48e5-4027-8fdc-b94ea7d08347/a2adeb9a-6ab5-4151-95e9-479b4edf7212.png)

* Post successful payment, you will be redirected to the Invoice History page where you can see the invoice details.

<figure><img src="/files/NyYD1wUSbxaoYjslOSuf" 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.spydra.app/how-to/private-network/organizations/pay-organisation-invoice.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.
