# Elrond Documentation

## Elrond

- [Welcome to Elrond!](https://documentation.hedwik.io/elrond/getting-started/welcome-to-elrond.md)
- [Uploading a theme](https://documentation.hedwik.io/elrond/getting-started/uploading-a-theme.md)
- [Light, Dark or Auto version](https://documentation.hedwik.io/elrond/activation/light-dark-or-auto-version.md): If you've reached this step, it means you have successfully completed the theme installation!
- [Social Accounts](https://documentation.hedwik.io/elrond/activation/social-accounts.md)
- [Featured Post](https://documentation.hedwik.io/elrond/activation/featured-post.md)
- [Adding a Custom Ads (2.0)](https://documentation.hedwik.io/elrond/activation/adding-a-custom-ads-2.0.md): In version 2.0 of the Elrond theme, we added custom ad spaces. The main ad is placed full-width just below the Featured Posts area, while the other ad is positioned at the bottom of the right widget.
- [Authors page](https://documentation.hedwik.io/elrond/activation/authors-page.md)
- [Tags page](https://documentation.hedwik.io/elrond/activation/tags-page.md)
- [Recommendations page](https://documentation.hedwik.io/elrond/activation/recommendations-page.md)
- [Contact page](https://documentation.hedwik.io/elrond/activation/contact-page.md)
- [Archive page](https://documentation.hedwik.io/elrond/activation/archive-page.md)
- [Logo](https://documentation.hedwik.io/elrond/customization/logo.md)
- [Accent Color](https://documentation.hedwik.io/elrond/customization/accent-color.md)
- [Header Navigation](https://documentation.hedwik.io/elrond/customization/header-navigation.md)
- [Site Publication Cover](https://documentation.hedwik.io/elrond/customization/site-publication-cover.md)
- [Homepage Sidebar (Widgets)](https://documentation.hedwik.io/elrond/customization/homepage-sidebar-widgets.md): This field is specific to the Elrond theme.
- [Footer](https://documentation.hedwik.io/elrond/customization/footer.md)
- [Posts per page](https://documentation.hedwik.io/elrond/customization/posts-per-page.md)
- [Post Template](https://documentation.hedwik.io/elrond/customization/post-template.md)
- [Membership page](https://documentation.hedwik.io/elrond/membership/membership-page.md): By default the theme uses Portal. If you want to use the special membership system, follow the instructions below.
- [Signin / Signup / Subscibe pages](https://documentation.hedwik.io/elrond/membership/signin-signup-subscibe-pages.md)
- [Comments](https://documentation.hedwik.io/elrond/membership/comments.md)
- [Editing a theme 2.0](https://documentation.hedwik.io/elrond/advanced/editing-a-theme-2.0.md)
- [Editing a theme 1.0.4](https://documentation.hedwik.io/elrond/advanced/editing-a-theme-1.0.4.md)
- [Editing a theme v1.0.2](https://documentation.hedwik.io/elrond/advanced/editing-a-theme-v1.0.2.md)
- [Updating a theme](https://documentation.hedwik.io/elrond/advanced/updating-a-theme.md)
- [Theme translation](https://documentation.hedwik.io/elrond/advanced/theme-translation.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://documentation.hedwik.io/elrond/getting-started/welcome-to-elrond.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.
