> For the complete documentation index, see [llms.txt](https://docs.arthajobboard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arthajobboard.com/admin/manage-portal/setting/theme-selection.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.arthajobboard.com/admin/manage-portal/setting/theme-selection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
