> For the complete documentation index, see [llms.txt](https://docs.pushpulse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pushpulse.com/getting-started/quick-start-guides/getting-started-for-administrators/add-billing-information.md).

# Add Billing Information

Let’s get you set up for billing past your initial 14-day trial!

1\. In order to set up billing, click on the gear in the upper right-hand corner and select Billing & Plan from the left menu.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfsV9DICkR0cu-Zn_w83x4Mq3R7fDFI786y81BQQP_ke4gOu5v1DM4v3wwhyRuN2rqxEf8HPAQs5D7-7sLCtODr9uARXUefBqlWaenx7rydhiZCZCgilbivFKXI_ky1SrPqdEbMMg?key=V5RqQcHGDzFzLEVX5EBEH0-5" alt=""><figcaption></figcaption></figure>

2\. Here, confirm your plan, add more users, change your billing address, and edit your billing method.  You’re also able to see your billing history once a billing method is set up and billing starts to occur. Click Edit Billing Method to enter a card number.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfTUEigy_k_aUq9pSI2gOgBIaJXYWqAJ3oJt93AG-LbU6E__P4QbQsLTaZTiijkAnEhbXAl2qiFgJQLVF0OX2rQy2YeuaBOWu0KbqQDYGLdpv7gUjIzR6hvNmmOclLWEc0ms4OKVw?key=V5RqQcHGDzFzLEVX5EBEH0-5" alt=""><figcaption></figcaption></figure>

3\. Once a card number is entered, click Save Card. Your next billing date will appear below.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd26mREtv2T_eUajyBEeRHsbSALXKTx3bATc0cWtRoLgrPGrIqFr344pK2lLsaH7C7G57b6Do8_wqlAHAQWVSb8QnkF65N08jEgmbqydFCUEdpz_yBSBADi6vBgpKiiBcOU0jDa?key=V5RqQcHGDzFzLEVX5EBEH0-5" alt=""><figcaption></figcaption></figure>

&#x20;

<br>


---

# 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.pushpulse.com/getting-started/quick-start-guides/getting-started-for-administrators/add-billing-information.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.
