> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taken-gebruiken-in-de-mobiele-app.md).

# Taken gebruiken in de mobiele app

Medewerkers kunnen met taken werken in de mobiele app wanneer de juiste instellingen zijn ingeschakeld.

De exacte lay-out kan verschillen tussen **iOS** en **Android**.

### Wat medewerkers kunnen doen

Afhankelijk van uw configuratie kunnen medewerkers:

* hun toegewezen taken openen
* taakdetails en gekoppelde records bekijken
* status en andere taakvelden bijwerken
* nieuwe taken aanmaken vanuit de app

{% tabs %}
{% tab title="iOS" %}
{% stepper %}
{% step %}

### Open de app

Open de **OutSmart** app op uw apparaat.
{% endstep %}

{% step %}

### Open het taakoverzicht

Ga naar het overzicht met taken.
{% endstep %}

{% step %}

### Open een taak

Tik op een taak om de details te bekijken.
{% endstep %}

{% step %}

### Bijwerken en opslaan

Wijzig de status of andere toegestane velden.

Sla daarna je wijzigingen op.
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Android" %}
{% stepper %}
{% step %}

### Open de app

Open de **OutSmart** app op uw Android-apparaat.
{% endstep %}

{% step %}

### Open het taakgedeelte

Ga naar het gedeelte waar taken worden weergegeven.
{% endstep %}

{% step %}

### Open een taak

Tik op een taak om de details te bekijken.
{% endstep %}

{% step %}

### Bijwerken en opslaan

Wijzig de velden die voor u beschikbaar zijn.

Sla daarna je wijzigingen op.
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}

### Belangrijk om te weten

Beschikbare taakacties zijn afhankelijk van apparaatbeleid, appversie en gebruikersrechten.

Als wijzigingen niet meteen verschijnen, synchroniseer de app.

### Veelgestelde vragen

<details>

<summary>Kunnen medewerkers taken aanmaken in de app?</summary>

Ja, als het aanmaken van taken is ingeschakeld in het apparaatbeleid.

</details>

<details>

<summary>Worden mobiele wijzigingen teruggesynchroniseerd naar de BackOffice?</summary>

Ja.

Na synchronisatie toont de BackOffice de bijgewerkte taakgegevens.

</details>

<details>

<summary>Zien iOS en Android er precies hetzelfde uit?</summary>

Nee.

De lay-out kan per platform iets verschillen.

</details>

### Gerelateerde onderwerpen

* [**Taken**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken.md)
* [**Configureer beleidsregels voor Taak-apparaten**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/apparaatbeleid-voor-taken-configureren.md)
* [**Configureer velden voor het taakoverzicht**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/velden-in-het-taakoverzicht-configureren.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/taken/taken-gebruiken-in-de-mobiele-app.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.
