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

# Schedulink Help Center

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-compass" style="color:$primary;">:compass:</i></h3></td><td><strong>Start here</strong></td><td>New to Schedulink. What it is, how it fits together, and getting your data in.</td><td><a href="/pages/f6uDz4orIy2emy2MDAIN">/pages/f6uDz4orIy2emy2MDAIN</a></td></tr><tr><td><h3><i class="fa-sliders" style="color:$primary;">:sliders:</i></h3></td><td><strong>Set up your studio</strong></td><td>The one-time work. Get your templates built before the season starts.</td><td><a href="/pages/gDHb4tW6c9dNlpx58zMb">/pages/gDHb4tW6c9dNlpx58zMb</a></td></tr><tr><td><h3><i class="fa-camera-retro" style="color:$primary;">:camera-retro:</i></h3></td><td><strong>Run your studio</strong></td><td>Picture day is here. Book jobs, staff them, chase accounts, get tasks done.</td><td><a href="/pages/NHezZ6gYpUgQXbu6E6oc">/pages/NHezZ6gYpUgQXbu6E6oc</a></td></tr><tr><td><h3><i class="fa-life-ring" style="color:$primary;">:life-ring:</i></h3></td><td><strong>When something's wrong</strong></td><td>It didn't send, it didn't sync, or it's just not there. Deep breath, we'll find it.</td><td><a href="/pages/vtftAcVP8EsmeGYgnbLu">/pages/vtftAcVP8EsmeGYgnbLu</a></td></tr><tr><td><h3><i class="fa-sparkles" style="color:$primary;">:sparkles:</i></h3></td><td><strong>What's new</strong></td><td>Everything we shipped, month by month. Photographer scheduling landed in July.</td><td><a href="/pages/XSeDOeg9knGwerZ2Uar4">/pages/XSeDOeg9knGwerZ2Uar4</a></td></tr></tbody></table>

### Most asked

1. Why can't I see a page or button?
2. How task due dates are calculated
3. Does every task need a template?
4. Sub-events and your calendar


---

# 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://schedulink.io/help-center/readme.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.
