> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/chat-management/understanding-agent-availability-web-and-android/how-to-mark-yourself-online-or-offline-on-the-android-app.md).

# How to Mark Yourself Online or Offline on the Android App

Agent Availability allows you to control whether you are ready to receive new chats.

When you mark yourself **Online**, you can receive new chat assignments.\
When you mark yourself **Offline**, new chats will not be assigned to you.

This guide explains exactly how to change your availability status on the Android app.

***

#### <mark style="color:$primary;">**Before You Begin**</mark>

* This feature is available on **Android version v0.0.392 and above**.
* Please update your app to the latest version.
* This feature is available on the **Enterprise Plan**.

***

#### <mark style="color:$primary;">**Where Can You See Your Availability Status?**</mark>

<figure><img src="/files/gHBQW67GyqCALZLwW4pH" alt="" width="324"><figcaption></figcaption></figure>

Your current status is visible in two places:

1. **Home Screen Toolbar**
2. **Navigation Bar**

This ensures you can always see whether you are Online or Offline.

***

#### <mark style="color:$primary;">**How to Change Your Status**</mark>

#### Step 1: Open the Android App

Log in to your account.

***

#### Step 2: Tap on Your Availability Status

You can tap the availability button from:

* The Home Screen Toolbar\
  or
* The Navigation Bar

Both options open the same dialog box.

***

#### Step 3: Use the Toggle Button

A dialog box will appear showing:

* Your name
* Your current status
* A toggle button to change status
* Profile option
* Logout option

If you are currently Online and want to go Offline, move the toggle button.\
If you are Offline and want to receive chats, move the toggle button again to switch to Online.

Your status updates immediately.

***

#### <mark style="color:$primary;">**What Happens After You Change Your Status?**</mark>

#### When You Are Online

* You are eligible to receive new chat assignments.
* Your name appears as available in the team member list.

#### When You Are Offline

* New chats will not be assigned to you.
* Automated assignments (such as round robin) will skip your name.
* If someone tries to assign a chat specifically to you while you are offline, the system will show an error.

You can switch your status anytime based on your availability.

***

#### <mark style="color:$primary;">**Additional Options in the Same Dialog**</mark>

From the same dialog box, you can:

* Go to your Profile section
* Log out of your account

***

Keeping your availability updated helps ensure smoother assignments and better coordination within the team.


---

# 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://learn.doubletick.io/chat-management/understanding-agent-availability-web-and-android/how-to-mark-yourself-online-or-offline-on-the-android-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.
