> For the complete documentation index, see [llms.txt](https://docs.d37.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.d37.online/constitution-and-by-laws-procedures/exhibit-g-standard-ballot-district-governor-first-vice-district-governor-and-second-vice-district-g.md).

# EXHIBIT G:  Standard Ballot District Governor, First Vice District Governor & Second Vice District G

Sample 1: Ballot where there are two candidates.

Instructions: Clearly indicate your vote by placing an appropriate symbol in the box next to the name of the candidate you are casting your vote for.

Position Name Vote First Vice District Governor Candidate A Candidate B

Sample 2: Ballot where there is only one candidate.

Instructions: Clearly indicate your vote by placing an appropriate symbol1 in the box indicating a yes or a no vote for the candidate.

Position Name Yes No District Governor Candidate A

Sample #3: Ballot where there are three or more candidates:

(Note: there are a few different options when there is more than one candidate. If time permits, you may have the voter indicate their selection next to the candidate they wish to vote for. If no candidate receives a majority of the votes, then the candidate with the lowest number of votes is dropped off the ballot and another vote is taken (The ballot would look like Sample #1 above). This process would continue until a candidate receives the required number of votes. As most districts do not have the time to conduct such a lengthy process, the option of Preferential Voting allows the voter to complete one ballot. Following is an example of a Preferential Voting Ballot):

Instructions. Indicate your preference by clearly marking next to each candidate’s name a number (1, 2, 3 or 4) indicating your preference in the order in which you would elect the candidate (i.e., 1, representing highest preference, 2 – next preference, etc.).

Position Name Preference/ Rank Second Vice District Governor Candidate A 4 Candidate B 2 Candidate C 1 Candidate D 3&#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.d37.online/constitution-and-by-laws-procedures/exhibit-g-standard-ballot-district-governor-first-vice-district-governor-and-second-vice-district-g.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.
