> For the complete documentation index, see [llms.txt](https://docs.lunar-utility.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lunar-utility.xyz/information/faq.md).

# FAQ

{% hint style="warning" %}
Please be aware that this documentation is still a work in progress and may not cover all topics comprehensively. If you cannot find the answer you're looking for in this documentation, please don't hesitate to ask for assistance in our [Discord Support Server](https://lunar-utility.xyz/support-server).
{% endhint %}

## **Q:** Is there a possibility that Lunar Utility will become an open source project in the future?

### **A:**

#### Currently, we dont't have any immediate plans to release Lunar Utility as an open-source project.

## **Q:** How do I configure the settings of the Lunar Utility module?

### **A:**

#### 1. Navitgate to: <https://lunar-utility.xyz/manage-servers>.

#### 2. Choose the desired server for editing.

#### 3. Select the specific module you wish to modify.

## **Q:** Why isn't the auto-role feature adding roles to new members?

### **A:**

#### 1. Ensure that the role assigned by the auto-role feature is positioned lower than the bot's role.

#### 2. If you have enabled the **Members Must Accept Rules Before They Can Talk Or DM** on your server, Lunar Utility will wait for members to accept the rules before assigning roles.

#### 3. Check for any potential issues on the servers end that may be preventing the auto-role feature from functioning correctly.

## **Q:** Why isn't Lunar Utility responding to slash commands?

### **A:**

#### 1. Confirm that the corresponding module for the command is enabled.

#### 2. Verify that the specific command you're attempting to use is enabled.

#### 3. Make sure Lunar Utility has the necessary permissions in the channel, such as: **View Channel**, **Send Messages**, and **Read Message History**.

#### 4. Ensure that the channel has the **Use Application Commands** permission enabled.

#### 5. Check for any potential issues on your end that might be causing the slash command to malfunction.

## Q: Why isn't Lunar Utility responding to any commands or prompts?

### **A:**

#### Lunar Utility may not be responding due to ongoing updates or potential downtime. For updates and information, please check our [Discord Support Server](https://lunar-utility.xyz/support-server) in the [#📣status-updates](https://discord.com/channels/912748811582050335/954764080877563994) channel, or visit <https://status.lunar-utility.xyz/>.


---

# 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://docs.lunar-utility.xyz/information/faq.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.
