# Custom log embeds

<figure><img src="/files/z18XXLryfjbGsLTpT20a" alt=""><figcaption></figcaption></figure>

In order to use this feature, you must set the log messages in embed mode:

{% tabs %}
{% tab title="With the dashboard" %}

<figure><img src="/files/kyVC3WdwZeukUigNCvRw" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="With bot commands" %}
Use the /setmessages command\
\
![](/files/St3bhT22WmfxuqqH3wJS)
{% endtab %}
{% endtabs %}

Then the embed customization is only available though the /setmessages command.

If you've selected embed mode correctly, you should see a customize embed button.

<figure><img src="/files/MzKPSHrl9gnYtMpX3Q0p" alt=""><figcaption></figcaption></figure>

Embed editor:&#x20;

Customize the embed as you want, you can use regular message [placeholders](/general-topics/invite-tracking/edit-join-leave-messages.md)

You can display the regular invite tracking message using the `{message}` variable.

To display an image in an embed field, you need to use these placeholder links

<table><thead><tr><th width="281.800048828125"></th><th></th></tr></thead><tbody><tr><td><a href="http://guildicon.invlog"><code>http://guildicon.invlog</code></a></td><td>Will be replaced by the server icon url</td></tr><tr><td><a href="http://memberimage.invlog"><code>http://memberimage.invlog</code></a></td><td>Will be replaced by the arriving member avatar url</td></tr><tr><td><a href="http://inviterimage.invlog"><code>http://inviterimage.invlog</code></a></td><td>Will be replaced by the inviter avatar url</td></tr></tbody></table>

{% tabs %}
{% tab title="Editor main menu" %}

<figure><img src="/files/yZkMbjUrJ1qVGSKsmzN2" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Component list" %}

<figure><img src="/files/OgJ9WUvneWPxMJHy0ZgN" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.invitelogger.me/premium/features/custom-log-embeds.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.
