> 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/employer/home/homepage-before-login.md).

# Homepage Before Login

## Homepage Header

1. The first section at the top of the page will be the "Homepage Header". It includes the company logo, "Job Seeker", "Employer" and "Post a job" buttons.<br>

   <figure><img src="/files/k7Yo8Yy0tLARwMVJR94n" alt=""><figcaption><p>Guest User Homepage Header</p></figcaption></figure>

2. The "Employer" and "Post a job" buttons will redirect to the Employer Sign-In page.<br>

   <figure><img src="/files/00z8fErfVl2y51bTY2KA" alt=""><figcaption><p>Login For Employer</p></figcaption></figure>

## Homepage Functions

### Banner with Search Options

1. Below the header, the first function of the homepage will be its banner with the search option for jobs, companies, keywords and cities.<br>

   <figure><img src="/files/xsohOMHh6Z1UrJgvb2hn" alt=""><figcaption><p>Homepage Banner</p></figcaption></figure>
2. The "Search Job" button will redirect you to the list of available jobs listed in the company.
3. Homepage Banner is a default widget of the website.

### Spotlight Widget

1. Just like the homepage banner, the Spotlight is also a default widget of the homepage. It includes two fixed cards on the page for "Job Seekers" and "Employers".<br>

   <figure><img src="/files/H47JCZXeARZapaNrqQcW" alt=""><figcaption><p>Spotlight Widget</p></figcaption></figure>

2. The "Job Seekers" card will have the "Find Jobs" button which will redirect you to the jobs list page.

3. The "Employers" card will have the "Post a Job" button which will redirect you to the employer login page.

### Jobs and Filters

1. As we scroll down further from the homepage banner and spotlight widget we'll see the list of available jobs with the filter.<br>

   <figure><img src="/files/3FD2srNjJMaym0SqLWmu" alt=""><figcaption><p>Jobs and Filters</p></figcaption></figure>
2. The filter option will help you to fetch the selected jobs based on your preferences.
3. The filter option will have the keywords filter, job category filter and location filter to select the preferred location and also you can see the remote jobs.

### Optional Widgets

1. The optional widgets will be the widgets that can be added by an Admin based on their preference i.e., the details that Admin want to display on the homepage.<br>

   <figure><img src="/files/NPShEbyyTq8HcbhBIDc1" alt=""><figcaption><p>Optional Widget</p></figcaption></figure>
2. We created a "Category" widget as shown in the above image. Just like this, you can create different widgets like "Features Jobs", "Feature Companies" and so on.
3. Want to know more about widgets? Click on the below module for more details.

{% content-ref url="/spaces/3TjBKG14VRZgguFLwlBD/pages/LfDqp1TTfbiBfcB5pTAX" %}
[Widgets](/admin/manage-portal/widgets.md)
{% endcontent-ref %}


---

# 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/employer/home/homepage-before-login.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.
