> For the complete documentation index, see [llms.txt](https://help.hireforce.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hireforce.io/product-guides/career-hub/career-hub-display.md).

# Career Hub Display

## How to share a login link?

You can share a login to Career Hub members as following:

1. Click **Share** at any jobs on the Career Hub.

<figure><img src="/files/raAYVE2tGBCYBCCEuTht" alt=""><figcaption></figcaption></figure>

2. Copy the link at Share job via Career Hub by clicking **Copy**.

<figure><img src="/files/R8wJXF0nNhLSsiNGbeqy" alt="" width="358"><figcaption></figcaption></figure>

3. Paste this link and send it to your members.

## How to access to the Career Hub?

### Login

* If you already have a Hireforce account and have permission to access to the Career Hub, you can log in by clicking on the Career Hub icon on the left menu.

<figure><img src="/files/BbhqgQrgRqSUSgpoObcN" alt=""><figcaption></figcaption></figure>

* If you are a career hub member (have been invited to the Career Hub but don't have an Hireforce account yet), you can login using a link with the following format: **app.hireforce.io/careerhub/`<your tenant URL>`/login** or contact the hiring team for a login link.

<figure><img src="/files/QNgWCGuw4McphP1fweCv" alt="" width="563"><figcaption></figcaption></figure>

### Sign up&#x20;

* If you're a new user and have received a login link, please click the **Sign Up** button to create a new account and gain access to the Career Hub.

<figure><img src="/files/1Wkv4SiJGQJD0vdxORKH" alt=""><figcaption></figcaption></figure>

* Alternatively, you can also sign up using a link that follows this format: **app.hireforce.io/careerhub/`<your tenant URL>`/register**

<figure><img src="/files/5GHrHXWaayzBHUvaTOdv" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Your ability to sign up as a Career Hub member is determined by the tenant's registration settings. If the sign-up link is not accessible, please contact the hiring team.
{% endhint %}

## The main tabs:

### Account

* To access your account settings or log out of your account, click on your avatar icon located in the top right corner of the page.
* Click **Update** to save your information.

<figure><img src="/files/duqxmTaCYUEsXFqEpSEF" alt=""><figcaption></figcaption></figure>

### Jobs tab

* All the Career Hub members can access the Career Hub to see the list of jobs enabled for display. Use the search bar and filter options to quickly find suitable jobs for your referrals.
* Depending on the company's settings, users can either refer a potential candidate or apply for jobs listed on the Career Hub.
* You can select the flag icon on the right of the job to add it to the My jobs tab.

{% hint style="danger" %}
*Note:* Jobs assigned to protected departments are only visible to users within those departments.
{% endhint %}

<figure><img src="/files/3Ir3UEFtWCDq7p3akmcg" alt=""><figcaption></figcaption></figure>

#### **1. Refer a Candidate**

There are two options to refer a candidate for a job on the Career Hub:

* **Option 1: Refer Directly**

  * Click "Refer" on the job you want to refer a candidate to.
  * Manually enter the candidate's information.
  * Click "Add" to complete the referral.

  <figure><img src="/files/m69rbiOjXLanEPrLOuzl" alt=""><figcaption></figcaption></figure>
* **Option 2: Share a Referral Link**

  * Click "Share" to share a specific job, or
  * Copy the **Referral link** to share the list of jobs that need referrals on other platforms.

  <figure><img src="/files/Ri20KGjvdnO5cHFrKqCz" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
***Note:*** If you refer a candidate directly or if a candidate applies through your shared link, their profile will indicate you as the referrer, provided they haven't already applied for that job.
{% endhint %}

#### **2. Apply for a Job on the Career Hub**

* Click "Apply" for the job on the Referral Hub.
* Update your application information.

The first time of apply to internal jobs, you should upload the Resume to apply. Hireforce will store the latest resume for the next application time and you can replace it by uploading another file.

The Terms & Conditions section is displayed above the 'Apply' button. You must check and agree to proceed with the application​.

<figure><img src="/files/5AS0SsrxLVe3CNM1SCjs" alt=""><figcaption></figcaption></figure>

### Referral tab

You can view your referrals from your account in the Referral Hub. This feature allows you to track your referral history within your company account.

<figure><img src="/files/XG1v8KgZkXhFj7j61SY7" alt=""><figcaption></figcaption></figure>

### My Jobs tab

* **Saved jobs**: Displays all the jobs you have marked for later in the Jobs tab.

<figure><img src="/files/2Ck2xR3rlGsXPduRLcIa" alt=""><figcaption></figcaption></figure>

* **Applied jobs**: Shows a list of jobs you have applied to. This tab will only appear if your career hub allows applications.

<figure><img src="/files/dx32pVQMyxCbWQG59cz7" alt=""><figcaption></figcaption></figure>


---

# 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://help.hireforce.io/product-guides/career-hub/career-hub-display.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.
