> For the complete documentation index, see [llms.txt](https://docs.appetize.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appetize.io/platform/session-inactivity-timeout.md).

# Session Inactivity Timeout

By **default**, your Appetize session will end after **2 minutes** of inactivity. You can modify the default app timeout, or specify a timeout for a specific app build by following the steps below:

## Default App Timeout

Navigate to [**Organization -> Session Defaults**](https://appetize.io/organization/session-defaults) **->** **Session Timeout**

<figure><img src="/files/C0ZgIDAGUyQxV1bsGSMG" alt=""><figcaption><p>Default App Session Timeout</p></figcaption></figure>

## App Build Specific Timeout

Navigate to your [**Apps Dashboard**](https://appetize.io/apps) **-> Select** your preferred **app -> Select the build** you want to modify **-> Settings -> Session timeout**

<figure><img src="/files/U1iZIvKZNUgYJfL3pWYk" alt=""><figcaption><p>Select the App you want to modify</p></figcaption></figure>

<figure><img src="/files/KlkEwRBrCc95EBmq3MUd" alt=""><figcaption><p>Select the build you want to modify</p></figcaption></figure>

<figure><img src="/files/FMZ71pt2e9ubQBV9Xgoo" alt=""><figcaption><p>Build Specific Inactivity Timeout</p></figcaption></figure>

{% hint style="info" %}
You can also[ set](/rest-api/v1/create-new-app.md)/[update](/rest-api/v1/update-existing-app.md) the inactivity timeout of your app with our [REST API](/rest-api.md) when uploading your app.
{% endhint %}

## What's the behavior if you reach your concurrency limit?

When a user launches Appetize and the maximum concurrency limit has been reached, they will be placed in a virtual 'queue' and wait until additional capacity becomes available:

<figure><img src="/files/qsCcLiyLYHVILgs7SwBJ" alt="" width="360"><figcaption><p>Sample of reaching the concurrency queue in our demo experience</p></figcaption></figure>

As soon as a device becomes available, the queued users will be granted access, allowing them to continue as usual.


---

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

```
GET https://docs.appetize.io/platform/session-inactivity-timeout.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.
