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

# Support

Although we tested everything a hundred times and created Zero One to be as straightforward as possible, we know that issues are possible, if you accidentally delete something or something similar.

Make sure your server meets the Kirby requirements <https://www.one.thezero.club/guide/installation#requirements>. Especially check if URL rewriting is turned on.

If you get in some trouble with theme setup, don't hesitate to contact us at <support@thezero.club>

{% hint style="warning" %}
We mostly answer in a few hours, a maximum of 12-24 hours from receiving your email. But, if there are more than 48 hours and you didn't get an email from us, something went wrong. We didn't get your email, or you didn't get ours. Then please get in touch with us through our social networks, in the Zero One demo footer you have links to them.
{% endhint %}

### What does free theme support cover?

Free theme support covers bug fixes and helps with theme settings. We can also help you with some minor modifications and guide you in the right direction on how to do it yourself. If you’d like to add new features or change how the theme works, that would fall outside the scope of regular theme support.&#x20;

#### Resources you can turn to for larger and more complex modifications:

* Official Kirby Guide: <https://getkirby.com/docs/guide>
* Kirby Cookbook with examples and tutorials: <https://getkirby.com/docs/cookbook>
* Kirby Casts - video tutorials: <https://videos.getkirby.com/>
* Kirby Reference - everything is there: <https://getkirby.com/docs/reference>
* And of course, the fantastic Kirby community: <https://forum.getkirby.com/>

Check out also [Kirby Plugins](https://getkirby.com/plugins), there are many fantastic plugins that can save you development time. But, keep in mind, that those are mostly free plugins, consider donating the author if his/her plugin helps you.


---

# 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://www.one.thezero.club/support.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.
