> For the complete documentation index, see [llms.txt](https://governance.tomediaarts.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://governance.tomediaarts.org/board-structure-and-roles/officers-of-the-corporation/role-of-the-president.md).

# Role of the President

According to Section 51 in TMAC’s Bylaws:

> Unless another person is authorized by the meeting, the president, when present, chairs all meetings of the Members of the Corporation and of the Board. The president, with the secretary or other officer appointed by the Board to do so, will sign all by laws and any membership certificates. The president shall see that all orders and resolutions of the Board are carried into effect.

The President is responsible for the effective governance of the organization and is accountable to the membership for the performance of the Corporation.

The duties of the President are to:

* Chair the meetings of the Board and the Executive Committee, be knowledgeable about the agenda items before the Board and be prepared to take part in the deliberations of the Board
* Arrange for the Vice Chair/President to chair in the meeting if required
* Chair the Annual General Meeting and any other general member meetings that may be called
* Provide oversight of the work of the corporation on behalf of the Board, handle any personnel issues that may arise between Members of the Board or as a result of non-performance of duties by a Director or conflict of interest situations handle member complaints arising out of the actions of the staff or volunteers
* The responsibilities of the President may be changed from time to time, and flow from Board policies on governance.


---

# 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://governance.tomediaarts.org/board-structure-and-roles/officers-of-the-corporation/role-of-the-president.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.
