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

# Getting Started

#### Welcome to SiteScanly

This section walks you through the essentials, from what SiteScanly does to how your first report is delivered, and how to get the most value from it.

If you’re new here, start with **What SiteScanly is (and isn’t)**, then read **How it works** so you know what to expect after checkout. If you want to move quickly, jump straight to the **Sample report and how to read it** and use it as your guide when your PDF lands.

Your reports are always available in the SiteScanly Client Portal. We’ll also email you when a new report is ready.

#### What you’ll learn here

* What SiteScanly covers (and what it doesn’t)
* How the process works from payment to report delivery
* What information we need from you (usually just your website URL)
* How to read the report and turn it into a practical action plan

#### Recommended reading order

1. **What SiteScanly is (and isn’t)**
2. **How it works**
3. **What you’ll need to provide**
4. **Sample report and how to read it**

#### Need help quickly?

If you’re stuck, head to **Troubleshooting** for common issues like bot protection, password-protected pages, cookie banners, or partial scans.


---

# 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://sitescanly.gitbook.io/sitescanly/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.
