# General Settings

## 1. Settings

* Press the eye icon to view your license key
* Press manage plan to view details about your license

{% hint style="info" %}
You can do both of these directly from [whop](https://whop.com/lunar/)
{% endhint %}

## 2. Webhook Settings

* You have 3 webhook choices Tasks, Test Mode & Notify
* You can use one webhook for all 3 but we recommend splitting them
* Learn how to make a webhook here
* Send a test notification to make sure they all work

{% hint style="warning" %}
If your webhook begins with [discord.gg](https://discord.gg/api), change it to [discord.com](https://discord.com/api)
{% endhint %}

## 3. Success Settings

### Anonymous Success

* This will **hide your name** when sharing success from Lunar to our discord channel

### Hide Token Name

* This will **blur the ticker** when sharing success from Lunar to our discord channel

{% hint style="info" %}
These settings are used when sharing success directly from Lunar through the share feature, which is available in the DeFi Tasks next to each closed position.
{% endhint %}

## 4. Export Logs

* This will export your bot logs to a .txt file
* You will need to provide this whenever you have an issue

{% hint style="success" %}
Whenever you have a technical issue, you will need to provide your logs in a ticket
{% endhint %}

## 5. Export Settings

* Exports your current settings to a folder called lunar
* Used to backup or transfer your settings to another device

{% hint style="info" %}
To transfer your data, on your new device search for %appdata%, open this folder and place your lunar folder in here. If there is an existing lunar folder, you can delete it
{% endhint %}

{% hint style="warning" %}
Deleting the lunar folder will delete all data saved on the bot
{% endhint %}

## 6. Buy Sound

* Toggle to Enable a buy sound on successful purchase of a token.

{% hint style="info" %}
Press save settings in the bottom left once you are done
{% endhint %}

<figure><img src="/files/rAuKXiFzMaTrhqzrtbms" alt=""><figcaption><p>Images are for illustrative purposes only</p></figcaption></figure>


---

# 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://guide.lunar.trade/getting-started/general-settings.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.
