# Section 3: Operator’s Toolkit, Practical Examples

- [7 Practices in the Operator’s Toolkit](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit.md): These practices translate habits into reusable moves, reflection tools, and scaffolding routines for day-to-day prompting.
- [Practice 1: Start with Intent & Own the Question](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-1-start-with-intent-and-own-the-question.md)
- [Practice 2: Set Guardrails, Scope & Success Criteria](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-2-set-guardrails-scope-and-success-criteria.md)
- [Practice 3: Feed Real Context & Calibrate the Model](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-3-feed-real-context-and-calibrate-the-model.md)
- [Practice 4: Plan the Path & Work in Drafts / Small Steps](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-4-plan-the-path-and-work-in-drafts-small-steps.md): Co-design the route. Start with outline and steps, then move in small, steerable chunks.
- [Practice 5: Interrogate, Cross-Check & Listen to the Model’s World](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-5-interrogate-cross-check-and-listen-to-the-models-world.md)
- [Practice 6: Co-Create, Iterate & Own the Decision](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-6-co-create-iterate-and-own-the-decision.md)
- [Practice 7: Close the Loop & Renew Your Practice](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-practices-in-the-operators-toolkit/practice-7-close-the-loop-and-renew-your-practice.md)
- [7 Micro-Habits for Beginners](https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples/7-micro-habits-for-beginners.md): Don’t think like a prompt engineer. Think like a thoughtful person.


---

# Agent Instructions: 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:

```
GET https://praxistutor.gitbook.io/llm/reframing-the-7-habits-for-reflective-llm-use/section-3-operators-toolkit-practical-examples.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
