# Quick Start

- [Create your Pivot account](https://pivot-payment.gitbook.io/pivot-docs/quick-start/create-your-pivot-account.md): Learn how to onboard your business on Pivot
- [First login and setup account](https://pivot-payment.gitbook.io/pivot-docs/quick-start/first-login-and-setup-account.md): Complete your account setup before taking your Pivot account live
- [Invite team member](https://pivot-payment.gitbook.io/pivot-docs/quick-start/first-login-and-setup-account/invite-team-member.md): Invite team members with specific roles to handle various tasks within the dashboard
- [Manage team member](https://pivot-payment.gitbook.io/pivot-docs/quick-start/first-login-and-setup-account/manage-team-member.md): Manage your team members' roles and permissions for efficient payment processing
- [Manage account](https://pivot-payment.gitbook.io/pivot-docs/quick-start/first-login-and-setup-account/manage-account.md): Learn how to manage and secure your Pivot account
- [Accept a Payment](https://pivot-payment.gitbook.io/pivot-docs/quick-start/accept-a-payment.md): Process your first transaction, and withdraw funds effortlessly
- [Use Pivot without code](https://pivot-payment.gitbook.io/pivot-docs/quick-start/use-pivot-without-code.md): Simply use our dashboard to generate payment, send payouts, and monitor transactions in real-time.


---

# Agent Instructions: 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:

```
GET https://pivot-payment.gitbook.io/pivot-docs/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
