> 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/pages.md).

# Pages

## About Pages

This is the first tab of the "Setting" section in the Admin Panel. The details added in this pages will reflect in the user panel. The link of these pages will be given in the footer of the user panel.

## Pages Instructions

1. Static pages include the Privacy Policy, Terms & Conditions, About Us and Contact Us page.
2. Click on "Edit" button and add the details in each page.
3. "Save" your changes and it will reflect in the user panel.
4. Please find the screenshots of each page for more clarification.

### Privacy Policy

<figure><img src="/files/guaR8eVr3verP3qZAwEU" alt=""><figcaption><p>Privacy Policy</p></figcaption></figure>

### Terms & Conditions

<figure><img src="/files/VM3tk6Ug9QAyGmue0A7O" alt=""><figcaption><p>Terms &#x26; Conditions</p></figcaption></figure>

### About Us

<figure><img src="/files/EPKGfmytet8Myr2EGcnU" alt=""><figcaption><p>About Us</p></figcaption></figure>

### Contact Us

<figure><img src="/files/nZnIoE2bMcChnSRoa1pt" alt=""><figcaption><p>Contact Us</p></figcaption></figure>

Click "Next" to view "Email Configuration" tab in 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/pages.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.
