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

# Getting Started

- [Sign up for an account](https://docs.2checkout.com/get-started/getting-started/quickstart.md)
- [Set up an account](https://docs.2checkout.com/get-started/getting-started/publish-your-docs.md)
- [Activate your account](https://docs.2checkout.com/get-started/getting-started/activate-your-account.md)
- [How do I know what type of 2Checkout account I have?](https://docs.2checkout.com/get-started/getting-started/activate-your-account/how-do-i-know-what-type-of-2checkout-account-i-have.md)
- [Account identity verification](https://docs.2checkout.com/get-started/getting-started/activate-your-account/account-identity-verification.md)
- [Password and login](https://docs.2checkout.com/get-started/getting-started/activate-your-account/password-and-login.md)
- [Two-factor authentication](https://docs.2checkout.com/get-started/getting-started/activate-your-account/two-factor-authentication.md)
- [Universal SSO with 2Checkout (SAML-Based)](https://docs.2checkout.com/get-started/getting-started/activate-your-account/universal-sso-with-2checkout-saml-based.md)
- [Ping identity to 2Checkout cPanel – SSO Integration Setup Guide](https://docs.2checkout.com/get-started/getting-started/activate-your-account/universal-sso-with-2checkout-saml-based/ping-identity-to-2checkout-cpanel-sso-integration-setup-guide.md)
- [Microsoft Entra to 2Checkout cPanel – SSO Integration Setup Guide](https://docs.2checkout.com/get-started/getting-started/activate-your-account/universal-sso-with-2checkout-saml-based/microsoft-entra-to-2checkout-cpanel-sso-integration-setup-guide.md)
- [Okta to 2Checkout cPanel – SSO Integration Setup Guide](https://docs.2checkout.com/get-started/getting-started/activate-your-account/universal-sso-with-2checkout-saml-based/okta-to-2checkout-cpanel-sso-integration-setup-guide.md)
- [Restrict API calls based on request IP](https://docs.2checkout.com/get-started/getting-started/activate-your-account/restrict-api-calls-based-on-request-ip.md)
- [Restrict access to the Merchant Control Panel](https://docs.2checkout.com/get-started/getting-started/activate-your-account/restrict-access-to-the-merchant-control-panel.md)
- [Change time zones in the 2Checkout system](https://docs.2checkout.com/get-started/getting-started/activate-your-account/change-time-zones-in-the-2checkout-system.md)
- [User roles](https://docs.2checkout.com/get-started/getting-started/activate-your-account/user-roles.md)
- [Create users with API roles](https://docs.2checkout.com/get-started/getting-started/activate-your-account/create-users-with-api-roles.md)
- [Cookie Management in the Merchant Control Panel](https://docs.2checkout.com/get-started/getting-started/activate-your-account/cookie-management-in-the-merchant-control-panel.md)
- [Merchant PCI Compliance](https://docs.2checkout.com/get-started/getting-started/merchant-pci-compliance.md)
- [Fiscal compliance (for merchants in/selling in US only)](https://docs.2checkout.com/get-started/getting-started/fiscal-compliance-for-merchants-in-selling-in-us-only.md)
- [W-8 and W-9 fiscal forms](https://docs.2checkout.com/get-started/getting-started/fiscal-compliance-for-merchants-in-selling-in-us-only/w-8-and-w-9-fiscal-forms.md)
- [1099-K Form Requirements](https://docs.2checkout.com/get-started/getting-started/fiscal-compliance-for-merchants-in-selling-in-us-only/1099-k-form-requirements.md)
- [Payouts](https://docs.2checkout.com/get-started/getting-started/payouts.md)
- [Finance and accounting](https://docs.2checkout.com/get-started/getting-started/finance-and-accounting.md)
- [Finance documents](https://docs.2checkout.com/get-started/getting-started/finance-and-accounting/finance-documents.md)
- [Accounting activity](https://docs.2checkout.com/get-started/getting-started/finance-and-accounting/accounting-activity.md)
- [Quick payment reports](https://docs.2checkout.com/get-started/getting-started/finance-and-accounting/quick-payment-reports.md)
- [Help & FAQs](https://docs.2checkout.com/get-started/getting-started/help-and-faqs.md)


---

# 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.2checkout.com/get-started/getting-started.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.
