> For the complete documentation index, see [llms.txt](https://lorros.gitbook.io/lorros-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lorros.gitbook.io/lorros-guide/meetings-1/start-a-meeting/controlling-the-content-of-the-agenda.md).

# Controlling the Content of the Agenda

Any group member can add Agenda Topics, but it may be desirable or necessary in some cases to control the agenda for any one Meeting. Members with Admin Access *(and the member who submitted a Topic)* can edit or delete Agenda Topics before the Meeting starts.

{% hint style="warning" %}
Given the above feature, you may wish to establish some ground rules for building the agenda. We recommend that, whenever possible, the Meeting Notice be sent out at least 5 days before the scheduled start date. That will give members enough time to add new Agenda Topics. We further suggest that a cut-off time be set for adding new Agenda Topics – *say 2 days before the meeting*. This will provide time for the administrators to accept and/or edit these new Topics as necessary.
{% endhint %}


---

# 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://lorros.gitbook.io/lorros-guide/meetings-1/start-a-meeting/controlling-the-content-of-the-agenda.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.
