# Theme Selection

## Overview

This section will be used by an Admin to change the UI of the website. As of now, the Admin will have two themes available for the selection i.e., Comprehensive Theme and Compact Theme.

<figure><img src="/files/HaJtlqgIFBs24OQNrB7m" alt=""><figcaption><p>Theme Selection</p></figcaption></figure>

## About Theme Selection

1. **Comprehensive Theme:** This theme will display only the widgets on the homepage that will be added and mapped with the pages by an admin into the Admin Panel.
2. **Compact Theme:** This theme will be the default selected theme until the admin changes their theme preference to "Comprehensive Theme".
   1. Compact Theme is created to show the multiple functions of the platform on a single page.

## Theme Selection Instructions

1. Click "Edit" to select the theme.
2. Make a selection based on your preference.
3. Click "Save".

Click "Next" to see the last tab of "Setting".


---

# 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.arthajobboard.com/admin/manage-portal/setting/theme-selection.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.
