# Home

### **Welcome to the Ember Host Docs!**

You'll find useful information here about running your server and also our answers to frequently asked questions! To the left of your screen you can find the pages of documentation written - and for the sake of navigation, each page is even divided up into sections.

{% embed url="<https://ember.host>" %}
Click here to go back to our website!
{% endembed %}

### **You might see these:**

`Value` - Often a 'variable' you need to change or just something you should pay attention to.

[Orange Text](https://ember.host) means it's a link and may lead to external websites.

{% hint style="info" %}
**Info hints** are for showing general information, or providing tips and tricks.
{% endhint %}

{% hint style="success" %}
**Success hints** are for showing positive actions that you should take.
{% endhint %}

{% hint style="warning" %}
**Warning hints** are for showing important information or non-critical warnings.
{% endhint %}

{% hint style="danger" %}
**Danger hints** are for highlighting destructive actions or raising attention to critical information.
{% endhint %}


---

# 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.ember.host/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.
