# Advanced

The Advanced section provides options for users who want finer control over styling or need to link directly to sections. These settings are ideal for developers and advanced users comfortable with custom CSS or Tailwind utilities.

### CSS Classes

Add one or more Tailwind CSS classes to the Gallery component for custom styling.

This allows you to extend or override default styles without editing your theme or component code.

**Example:**

```css
rounded-lg shadow-lg bg-gray-100
```

You can use any valid Tailwind utility class to adjust spacing, colors, borders, or animations.

### ID&#x20;

This text field is useful for applying a custom name to a component. For example:

```
about-section
```

The ID name of the component will then appear in the [Link window](https://docs.realmacsoftware.com/elements-docs/elements/components/link#link-panel) enabling you to easily [create Anchors](https://docs.realmacsoftware.com/elements-docs/elements/components/link#linking-to-an-anchor), watch the video below to learn more about how to use this feature.

{% embed url="<https://www.youtube.com/watch?v=VEqrlcXydTs>" %}


---

# 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.realmacsoftware.com/elements-docs/elements/components/common-controls/advanced.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.
