> For the complete documentation index, see [llms.txt](https://handbook.proanimal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.proanimal.org/other/corporate/bylaws/article-xi-records.md).

# Article VI: Records

#### Section 6.1 Minutes, Records, Etc.&#x20;

The Organization shall keep as permanent records minutes of all meetings of the Mission Circle, a record of all actions taken by the MC without a meeting, a record of all actions taken by a committee on behalf of the Organization, and a record of all waivers of notices of meetings of each Board or any committee of each Board.&#x20;

#### Section 6.2 Accounting Records.&#x20;

The Organization shall maintain appropriate accounting records.&#x20;

#### Section 6.3 Records in Written Form.&#x20;

The Organization shall maintain its records in written or electronic form.&#x20;

#### Section 6.4 Records Maintained at Principal Office.&#x20;

The Organization shall keep a copy of each of the following records at its principal office:&#x20;

1. The articles of incorporation;&#x20;
2. These Bylaws;&#x20;
3. A list of the names and business or home addresses of all current Directors and Officers;&#x20;
4. All financial statements and Forms 990 prepared for periods ending during the last three years;
5. The Organization's application for recognition of exemption and the tax-exemption determination letter issued by the Internal Revenue Service; and
6. All other documents or records required to be maintained by the Organization at its principal office under applicable law or regulation.


---

# 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://handbook.proanimal.org/other/corporate/bylaws/article-xi-records.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.
