# Getting started

- [First steps](https://docs.pepperscripts.com/getting-started/first-steps.md): Well.. what is the first step?
- [Common issues](https://docs.pepperscripts.com/getting-started/common-issues.md): Make sure you checked this section of the guide before we hit you with the evil :checkguide: emote in the chat...! ;-)
- [Chrome Extension](https://docs.pepperscripts.com/getting-started/options.md)
- [Settings](https://docs.pepperscripts.com/getting-started/options/webhook.md)
- [Overview](https://docs.pepperscripts.com/getting-started/options/dashboard.md)
- [Store accounts](https://docs.pepperscripts.com/getting-started/options/store-accounts.md)
- [Profiles](https://docs.pepperscripts.com/getting-started/options/profiles.md)
- [Solvers](https://docs.pepperscripts.com/getting-started/options/solvers.md): Define your 3rd party captcha solver keys
- [Logger](https://docs.pepperscripts.com/getting-started/options/logger.md)
- [History](https://docs.pepperscripts.com/getting-started/options/history.md)
- [Import / Export](https://docs.pepperscripts.com/getting-started/options/import-export.md)
- [CLI](https://docs.pepperscripts.com/getting-started/cli.md)
- [Mirror product page](https://docs.pepperscripts.com/getting-started/cli/mirror-product-page.md)
- [Available sites](https://docs.pepperscripts.com/getting-started/cli/available-sites.md): For each of our supported sites, we offer different options for the CLI
- [Spawn Chrome instances](https://docs.pepperscripts.com/getting-started/cli/spawn-chrome-instances.md)
- [Routines scheduler](https://docs.pepperscripts.com/getting-started/cli/routines-scheduler.md)
- [Mass change size preferences](https://docs.pepperscripts.com/getting-started/cli/mass-change-size-preferences.md)
- [Captcha harvester](https://docs.pepperscripts.com/getting-started/cli/captcha-harvester.md): Get your one-click Gmails ready - here comes the harvester!
- [Proxies](https://docs.pepperscripts.com/getting-started/cli/proxies.md)
- [Quicktasks](https://docs.pepperscripts.com/getting-started/cli/quicktasks.md): Learn how to configure our quick-tasks and how can you launch them
- [PayPal ACO](https://docs.pepperscripts.com/getting-started/cli/paypal-aco.md)
- [GUI](https://docs.pepperscripts.com/getting-started/cli/gui.md): Control your tasks. From everywhere.
- [Settings](https://docs.pepperscripts.com/getting-started/cli/settings.md)
- [Multiple instances](https://docs.pepperscripts.com/getting-started/multiple-instances.md): How to make the most out of Pepper + CLI with running multiples instances
- [Shortcuts](https://docs.pepperscripts.com/getting-started/shortcuts.md): Keeping things simple and fast


---

# 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://docs.pepperscripts.com/getting-started.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.
