> For the complete documentation index, see [llms.txt](https://info.narafy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://info.narafy.com/narafy-ai/commands/command-library.md).

# Command Library

We've compiled a few commands to get you started. If you'd like to submit a command to be included here please send it to **<product@narafy.com>**.

#### **Summarise**

Provide a concise summary of the following content (1 - 5 sentences). Aim to capture the main points or arguments, ensuring your summary is clear and informative. The content: `[content]`

#### Shorten

Condense the following content to a more concise form, ensuring that all critical information and context are preserved. The content: `[content]`

#### Expand

Expand upon the following content by incorporating additional details, examples, or explanations to enhance its clarity and depth. The content: `[content]`

#### Explain

Provide a concise explanation of the following content, focusing on the key points or concepts. The content: `[content]`

#### Suggest Questions

Generate questions to deepen understanding, clarify ambiguities and reduce potential misinterpretation based on the following content. The content: `[content]`

#### **Generate To-Do List**

Extract actionable tasks from the following content to create a to-do list. Content: `[content]`

#### Feature Request Template

Complete the following feature request template using the following content: `[content]`

\---

Title: \[Brief Title]

Requested By: \[Name]

Description: \[Detailed description of the feature request, including its purpose, benefits, and any specific requirements or use cases.]

Priority: \[High/Medium/Low/Unknown]

User Impact: \[Explanation of how this feature will positively impact users or improve their experience.]

Additional Information: \[Any additional information or context.]

\---


---

# 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://info.narafy.com/narafy-ai/commands/command-library.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.
