# ER:LC Integration

### Checklist

* [ ] Linking your Server
* [ ] Creating a reminder
* [ ] Executing a Command In-Game
* [ ] Executing a M message In-Game
* [ ] Creating an **Action** :star:

### Linking your Server

* Run `/erlc link` and input your servers API key inside of the **key** arg.
  * You're done! If this did not work, regenerate your API key or see if there is a known issue with the keys @ PRCs Discord Server.

- [x] Linking your Server

### Creating a Reminder

* Follow the steps in [#creating-a-reminder](#creating-a-reminder "mention") up until the point where it requires you to create it.
  * Click on **Edit ER:LC Integration** and select to either link an :M or an :H command.
  * Enter the content of the reminder and click **Submit**.

- [x] Creating a Reminder

### Executing a Command In-Game

* Run `/erlc command`.
  * Enter the command you want to run in game.

- [x] Executing a Command In-Game

### Executing an M message In-Game

* Run `/erlc message` and in the **message** args, enter the message you want to send.

- [x] Executing a Command In-Game

### Creating an Action :star:

* Run `/actions manage` and click **Create**.
  * Click on the desired block that you want to be executed first. You can keep doing this until you've set up the desired timeline. Once you are done, you can click **Create**, to run `/actions manage`.&#x20;


---

# 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.ermbot.xyz/home/modules/er-lc-integration.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.
