> 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/getting-started/onboarding/interviewer-event-attendee.md).

# Interviewer (Event Attendee)

:wave: Welcome to Hireforce! We’re eager to help you get started as an interviewer. This guide will outline the most common tasks interviewers perform in Hireforce, including conducting interviews and referring candidates.

## Access to Hireforce

{% hint style="info" %}
Get started with Hireforce by accepting the invitation.
{% endhint %}

After you were added into the company on **Hireforce** with the **Limited Member** role, check your inbox and find the email from <support@hireforce.io> with the subject: ”**\[User Name] has invited you to join \[Company Name] on Hireforce!**”

Click the “**Accept Invitation**" button, it'll navigate to **Hireforce** interface on the Jobs Page. Then you can explore the Hireforce feature as a **Limited Member.**

**Note**:

* If you can't access it after clicking Join Us, you can copy the link below and paste it to your browser address.
* Future [logins](/getting-started/access-to-hireforce.md#login) can be initiated by visiting <https://app.hireforce.io/login> and selecting the preferred log in option without a password.

<figure><img src="/files/Zn9lb17aXBTspJJiQGyX" alt="" width="429"><figcaption></figcaption></figure>

## Calendar

Aggregates all tasks assigned to you, making it easy to manage your interview-related workload, you can access the Calendar tab on left menu:

<figure><img src="/files/4SXwr9dykOoTN8e1VqwP" alt=""><figcaption></figcaption></figure>

Your calendar keeps you updated on all events you're attending. If you are invited to an event, such as an interview, you will be added to the attendee list and your calendar will be updated with events related to you.

{% content-ref url="/pages/OuRpsl8wHBa0FGZvRhns" %}
[Event Management](/product-guides/interview/event-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/xZ5BfaQ0Z9p3d2nsUgCp" %}
[Submit Feedback](/product-guides/interview/submit-feedback.md)
{% endcontent-ref %}

> :wave:*Questions or feedback? Let us know at <support@hireforce.io> - we love hearing from you!* :clap:


---

# 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/getting-started/onboarding/interviewer-event-attendee.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.
