> For the complete documentation index, see [llms.txt](https://hessler-ap.gitbook.io/ap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hessler-ap.gitbook.io/ap/analyzing-voice-questions.md).

# Analyzing Voice (Questions)

## Diction

1. Is there any difference between the **denotative** meaning (simple, literal definition) and the **connotative** meaning (contextual, suggestive meaning) of the words? If so, what is the difference?
2. Are the words **concrete** (physical, tangible) or **abstract** (emotional, intangible, philosophical)?
3. What is the level of **formality**? Are the words formal, informal, conversational, colloquial?
4. What do the words reveal about the **age** of the author or the **historical context** of the piece? Are the words old-fashioned? Common? Trendy? (Would the author's original audience agree with your assessment?)
5. Do the words exhibit **local color** (e.g. regional dialect), or are they standard and universal?
6. How do the words **sound**? Are they euphonious (pleasant sounding) or cacophonous (harsh sounding)?
7. Are the words **monosyllabic** (one syllable) or **polysyllabic** (more than one svllable)?

## Syntax

1. How and why does the author vary the lengths of his sentences?
2. How does the author begin and end his sentences, and why?
3. Which of the three basic sentence types (simple, compound, complex) does the author use most frequently and why?
4. Which of the three most common detail arrangements (periodic, loose, and split) does the author use, and why?
5. What syntactic patterns (parallel construction, juxtaposition, repetition, rhetorical question, etc.) does the author use, and to what effect?
6. Which of the four moods (declarative, interrogative, imperative, exclamatory) does the author use, and why?
7. How does the author punctuate the sentences, and why?
8. How does the author arrange ideas in sentences and paragraphs, and why does he use that organizational pattern?
9. Which of these devices is most common in the piece and which tends to stand out?
10. How does the use of these devices contribute to the rhythm, organization, or memorability of the piece as a whole?
11. How do syntactic shifts reflect the author's shifting tone, mood, subject, or audience?


---

# 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://hessler-ap.gitbook.io/ap/analyzing-voice-questions.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.
