# 💻 Desktop Web Version Tutorial

## 1. Opening method

It is recommended to open the website using the Chrome browser: <https://interviewdog.org>

## 2. Registration and Login

Click on "Register/Login" and use your email or Google account to log in

<figure><img src="/files/70uyGj0XvU5BrQky5GTb" alt=""><figcaption></figcaption></figure>

First-time login will automatically register your account

After logging in successfully, go to the homepage and click on "New Interview"

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

## 3. Select the interview position

Choose based on the position you are interviewing for; we support 300+ positions, covering all roles in industries such as internet, FMCG, finance, sales, and more. If you can't find the position you need, you can click on the customer service button at the bottom right of the page to request its addition

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

## 4. Upload resume (optional)

You can upload your resume here in the mode selection section. After uploading, the AI will automatically select relevant content from your resume to answer the interviewer's questions

<figure><img src="/files/0WdTWqlBn1bsYtXaducN" alt=""><figcaption></figcaption></figure>

## 5. Select the audio input method

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

If the interviewer's voice is coming from the desktop client, then select "System Audio Mode"

If the interviewer's voice is coming from another webpage, then select "Web Audio Mode"

## 6. Simulate a real interview

Once the interview starts, the entire interface is divided into three areas:

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

* The far left: Question extraction area
* The middle: Answer display area
* The far right: Voice interaction area

During the interview, all conversations will be recorded in the "Voice Interaction Area," including interview questions, your answers, and any casual chats between you and the interviewer. InterviewDog will analyze these conversations in real-time, and once it detects an interview question, it will extract the question and display it in the "Question Extraction Area." The corresponding answer will then be provided in the "Answer Display Area."

Therefore, during the testing phase, you can act as the interviewer and ask InterviewDog questions, such as "Can you tell me how you handle relationships with colleagues?" Then, you can happily experience InterviewDog in action!


---

# Agent Instructions: 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:

```
GET https://docs.interviewdog.net/readme/quick-start-with-interview-assistance/desktop-web-version-tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
