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

# Client Portal

<h2 align="center">Client Portal</h2>

<p align="center">Browse the topics below or use the buttons on the right top to contact us!</p>

<p align="center"></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><strong>Billing</strong></td><td></td><td><a href="/pages/PIg4cwQyDZkSnBoVlP7r">/pages/PIg4cwQyDZkSnBoVlP7r</a></td><td><a href="/pages/PJdtMDdSYTOaPd8nXIIC">/pages/PJdtMDdSYTOaPd8nXIIC</a></td><td><a href="/pages/VaNdPp0yqM9wVzmbmBeW">/pages/VaNdPp0yqM9wVzmbmBeW</a></td><td><a href="/pages/whWwlPdMV2yNBAKZ9mpJ">/pages/whWwlPdMV2yNBAKZ9mpJ</a></td><td><a href="/pages/7beTBgqoKeuwRK2VOISn">/pages/7beTBgqoKeuwRK2VOISn</a></td><td><a href="/pages/BzkjDh3bhimXnHYCV8fk">/pages/BzkjDh3bhimXnHYCV8fk</a></td><td></td></tr><tr><td><h4><i class="fa-user-vneck">:user-vneck:</i></h4></td><td><strong>Account Management</strong></td><td></td><td><a href="/pages/bzciBDEKOUeisF26bXqN">/pages/bzciBDEKOUeisF26bXqN</a></td><td><a href="/pages/byA80FJl09dRCErpJ6zn">/pages/byA80FJl09dRCErpJ6zn</a></td><td><a href="/pages/4pYPN63eI0GgWmOWTqm3">/pages/4pYPN63eI0GgWmOWTqm3</a></td><td><a href="/pages/jwwL9EB1ycPggCwQK9V0">/pages/jwwL9EB1ycPggCwQK9V0</a></td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-server">:server:</i></h4></td><td><strong>Service Management</strong></td><td></td><td><a href="/pages/RI1jBN8E0QiUOjoB0J7B">/pages/RI1jBN8E0QiUOjoB0J7B</a></td><td><a href="/pages/FsAa41mgz2i8WuBvp6ko">/pages/FsAa41mgz2i8WuBvp6ko</a></td><td><a href="/pages/K5ze27QTllgJ3m8VR6Jh">/pages/K5ze27QTllgJ3m8VR6Jh</a></td><td></td><td></td><td></td><td></td></tr></tbody></table>

<h3 align="center"><strong>Frequently asked questions</strong></h3>

<details>

<summary>If I have a grouped invoice, but would like to cancel one of my products, will the invoice be automatically updated?</summary>

Yes it will be. Please submit a cancellation request, and the invoice will be adjusted accordingly when the next cron job runs.

</details>

<details>

<summary>What payment options do you support?</summary>

We support Credit and Debit cards, PayPal & multiple cryptocurrencies.

</details>

<details>

<summary>My bank is currently having some problems, and an invoice is coming up. What should I do?</summary>

Please reach out to us with the buttons on the right top, and we'd be happy to look at your case.

</details>

<details>

<summary>When does the daily cron job run for invoice generation, and other automated functions?</summary>

It runs at 7:00 PM PT/PST.

</details>


---

# 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.synteq.com/client-portal/client-portal.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.
