# Home Tab

The Home tab provides access to your primary mission controls and real-time contract tracking:

* **Current Contract:** This module displays essential details for your ongoing contract, including the vehicle model, license plate number, and current objective steps.
* **Group Management:** This section allows you to invite players to your Boosting Group.
  * To remove a group member simply click on his avatar and select the Remove button, only available for group owner.
* **Contract Details:** Clicking on the **Current Contract module** opens an expanded view containing in-depth information, such as the delivery type (Normal/VIN Scratch) and a reference photograph of the target vehicle.
  * **Resend Instructions (Question mark icon)**: Use this button to refresh active mission data. It ensures that players who have reconnected or restarted their game remain fully synced with their group's current progress and objectives.

{% hint style="warning" %}
Your group must be fully formed before accepting a contract, as new members cannot be added once a mission has started.
{% endhint %}

<figure><img src="/files/vGmuV19L1lIutZw1NOmU" alt=""><figcaption><p>Home tab without an active contract</p></figcaption></figure>

<figure><img src="/files/vU8x2FFMEjKiYd348BBs" alt=""><figcaption><p>Contract overview</p></figcaption></figure>

<figure><img src="/files/Zx9cnHSiZRRk29BFIt6u" alt=""><figcaption><p>Home tab with an active contract</p></figcaption></figure>

<figure><img src="/files/Y0xWVDyAKifCza7p0lqX" alt=""><figcaption><p>Active mission details window</p></figcaption></figure>


---

# 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.av-scripts.com/laptop-pack-v3/boosting/app/home-tab.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.
