# GETTING STARTED

- [How implementation works](https://docs.startdeliver.io/getting-started/how-implementation-works.md): You could be live in 24 hours. Most teams take 2–6 weeks — not because it's hard, but because getting CS right is worth taking seriously.
- [For Admins: Set up your platform](https://docs.startdeliver.io/getting-started/for-admins-set-up-your-platform.md): Everything you need to get Startdeliver working for your team. Start with the essentials, then build from there.
- [For Users: Your first week](https://docs.startdeliver.io/getting-started/for-users-your-first-week.md): You just got access to Startdeliver. Here's everything you need to get up and running — step by step, without the overwhelm.


---

# 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.startdeliver.io/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.
