# Oraxen

Using Oraxen is extremely easy with AdvancedChat! Oraxen explains this more in-depth on their wiki page here: <https://docs.oraxen.com/configuration/glyphs#whats-my-glyph-placeholder>

## Placeholders

Using the example from Oraxen documentation, the section name is the glyph id. In this example the glyph id is `heart`, the placeholder is `%oraxen_glyphid%`, so in this example: `%oraxen_heart%` would turn into a heart emoji from Oraxen.

You are required to use PlaceholderAPI plugin for this. To learn how to install it, check out our [First Install](/first-install.md) guide.

## Using as a prefix

To use the graphics as prefixes, you can read our [Prefix Guide](/guides/prefix-guide.md)to learn more!


---

# 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://chat.advancedplugins.net/main/plugin-integrations/oraxen.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.
