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

# Welcome

Siteglide allows agencies to take control over code and data via API, CLI or UI. With the right blend of out-of-the-box tools and freedom to develop - without limits.

## Where do I start?

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>New Users</strong></td><td><a href="/pages/7ItZnJeclubnb42c0pYK">/pages/7ItZnJeclubnb42c0pYK</a></td><td><a href="/files/5rUCjMdCB6bEoctgt9Hg">/files/5rUCjMdCB6bEoctgt9Hg</a></td></tr><tr><td><strong>Existing Users</strong></td><td><a href="/pages/iCK1rghGADvWfEQv5vhq">/pages/iCK1rghGADvWfEQv5vhq</a></td><td><a href="/files/gv5renyDb2yTXgksqx7s">/files/gv5renyDb2yTXgksqx7s</a></td></tr><tr><td><strong>Developers</strong></td><td><a href="/pages/5mdxf4eLXNH96SLHjKlc">/pages/5mdxf4eLXNH96SLHjKlc</a></td><td><a href="/files/H9DETPqrRtFZIeI1T7Df">/files/H9DETPqrRtFZIeI1T7Df</a></td></tr></tbody></table>

If you're new to Siteglide we recommend starting from a pre-built Template that leverages our SiteBuilder tool: [Create Site From Template](/studio-and-sitebuilder/setup-sitebuilder/site-setup/create-site-from-template.md).

If you're looking for help with a site and not sure where to look you can check out our [Quickstart Guides](/get-started/tutorials.md).

If you're already working on a site and you're code savvy we strongly recommend setting up our CLI so you can get the most from Siteglide via VSCode or your preferred IDE: [Quickstart: CLI](/developer-tools/cli/quickstart.md)

**Looking for something else?** Use the Search (top right) or navigate through the left menu which is organised to match the menu you will see in Siteglide.

## Types of Articles

1. :rocket: **Quickstart:** Bare essential guides with links to more detailed articles if you get stuck
2. :information\_source: **About / Introduction:** A brief overview of the topic
3. :clipboard: **Step by Step Articles:** How to Implement a Feature or Solve a Problem
4. :bulb: **Concept:** Will take a feature and explain it in a little more depth
5. :construction\_site: **SiteBuilder:** How to get setup and get the most from the SiteBuilder module
6. :computer: **Reference:** A brief reference guide to this feature for developers and anyone interested in code
7. :deciduous\_tree: **File Structure:** This will show you which folders and files are necessary and where to add them to your codebase. This will be presented in the format from which you would see it in Siteglide CLI
8. :grey\_question: **Troubleshooting:** Find answers to common challenges
9. :man\_mage: **Go Further:** This is where you'd find more detailed docs that help you really push the boundaries of all things web development
10. :link: **API:** Endpoints and articles related to our API
11. :cruise\_ship: **Changelogs:** Releases, Updates and any important changes to Siteglide
12. :credit\_card: **Billing/Account:** Articles related to Billing, Payments and Subscriptions
13. :woman\_technologist: **Agencies:** Articles specific to Digital Agency partners


---

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

```
GET https://documentation.siteglide.com/readme.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.
