> For the complete documentation index, see [llms.txt](https://apollo.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apollo.rlib.io/installation/verify.md).

# Verify

To validate that the installation process has been completed successfully; you can use one of the methods provided in this section to verify that the addon is working.

## ❱ Server Console

**rlib** will report which modules are loaded when the server first boots. You can verify that Apollo is recognized by the server simply by reading the server console for the following:

![\[1.1\] example of console output on server startup](/files/-LdaSZJw1Hpk_3q7ZXK_)

You can also verify the installation by typing the console command **`rlib.modules`** which should output a list of all currently installed modules.

![\[1.2\] rlib installed module output](/files/-LdaTiTUwHAB1zPaQDck)

## ❱ In-Game Activation

Any addon that includes an interface will come with multiple ways to make it appear on-screen. Obviously, by making the interface appear, you will know that it is successfully installed.

For a list of activation methods, view the [**Binds**](/first-use/binds.md) page.


---

# 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:

```
GET https://apollo.rlib.io/installation/verify.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.
