> For the complete documentation index, see [llms.txt](https://docs.bird.com/24sessions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/24sessions/product/live-now.md).

# Live now

With 24sessions, in addition to scheduling a call via a booking form, it is also possible for guests to enter a meeting directly via the *live now* functionality. Through an online booking form, guests can then request a meeting directly.&#x20;

This article covers:

* [Making yourself available for *Live now* meetings](#h_01FR08KRADR94B9RRAPRTZFVF3)
* [Accepting meetings](#h_01FR08M9ETHCCFAY75K7XVZ0NW)

**Turning on availability**

To make *Live Now* calls, you must be available for them. Make sure you are:

* Are logged in to 24sessions.
* Do not have a block in your 24sessions calendar for the next hour.
* Have browser notifications turned on OR the 'Appointment Overview' page - is on the 'Live now' tab. To make sure you don't miss any incoming calls, we recommend that you turn on browser notifications! You can turn on the notifications at the top of the Live Now page.

**Accepting meetings**

In the 24sessions environment, you will find the *Live now* tab under the *Meetings overview* in the left menu. On the *Live Now* page you can turn on notifications. Once you have done this, you are available for calls. When a customer makes a request, you will get a browser notification. You can click on this notification (the part marked in red) to accept the meeting. Additionally, you can accept the meeting from the *Live now* page by clicking the accept button. &#x20;


---

# 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://docs.bird.com/24sessions/product/live-now.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.
