# Manual

### Introduction

By default this page links to Lucy's official wiki site (this site), however you may edit this in the [whitelabel](/application-reference/settings/whitelabeling.md) settings and link anywhere you like.

This allows you to host your own copy of our documentation for your users, whether you have strict network security policies and cannot link to an external site or you just want to host a sub-section of our wiki for users with limited permissions.

Whatever the case, this page provides a convenient portal to your documentation.

{% hint style="info" %}
Navigate to **Support -> Manual**
{% 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://wiki.lucysecurity.com/application-reference/support/manual.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.
