> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/auditors/managing-internal-audits-apps/tracking-and-monitoring-audits/my-teams-active-and-completed-audits.md).

# My Team’s Active & Completed Audits

View and track audits assigned to your team.

Use the **My Team’s Active & Completed Audits** module to monitor and review audits assigned to your team, including both ongoing and completed audits.

{% hint style="info" %}
These audits are specifically those for which you are assigned as the team leader.
{% endhint %}

<p align="center"><kbd><strong>IMAGE</strong></kbd></p>

***

## Working with Team Audits

Follow the steps below to view, track, and oversee your team’s audits effectively.

{% stepper %}
{% step %}

### Viewing Audit Programs

View the list of audit programs that are ready to be planned and executed.

To open a specific program, click the **View** ( ![](https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FIAlpvjgSBR3lKZjwsXm7%2FIMS-KI-L-9.svg?alt=media\&token=262f3701-b544-43fe-b1bc-d17a29a18e55) ) icon next to it.

* The program opens in read-only mode, where you can:
  * Review all details
  * [View or download attached templates](/interfacing-help-files/end-users/exploring-apps/working-with-forms/generating-templates.md)

***

{% endstep %}

{% step %}

### Viewing Audits

View a list of your team’s active and completed audits to monitor progress, track completion, and ensure audits are progressing as planned.

To open a specific audit, click the **View** ( ![](https://1488562728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTx7AmE0d2Q4ja20EYjF5%2Fuploads%2FIAlpvjgSBR3lKZjwsXm7%2FIMS-KI-L-9.svg?alt=media\&token=262f3701-b544-43fe-b1bc-d17a29a18e55) ) icon next to it.

* The audit opens in read-only mode, where you can:
  * Review all details
  * [View or download attached templates](/interfacing-help-files/end-users/exploring-apps/working-with-forms/generating-templates.md)

{% hint style="success" %}
**Tip:** Use the following columns in the grid to track audit progress and completion status at a glance:

* **Total No. of Audit Programs**
* **Total No. of Completed Audit Programs**
* **Total No. of Requirements**
* **Total No. of Completed Requirements**
  {% endhint %}

***

{% endstep %}
{% endstepper %}

***


---

# 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://interfacing.gitbook.io/interfacing-help-files/auditors/managing-internal-audits-apps/tracking-and-monitoring-audits/my-teams-active-and-completed-audits.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.
