> For the complete documentation index, see [llms.txt](https://book.thegurusec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/the-final-note.md).

# The Final Note

### Hey! Thank you for reading my notes. I hope this will be your only source of side support throughout your CEH (Practical) preparation. I strongly suggest you take your own notes so that you can personalize them.

{% hint style="danger" %}
Disclaimer: These notes are only for your personal preparation. I did it for mine, and I thought it might help others too. You can share this note anywhere, but if any issue arises, I'm not responsible for it. Also, some of the tools I've mentioned in the notes are not updated, handle them with your own response.
{% endhint %}

## Support Me

#### Hi Again! So I put much effort into writing Certified Ethical Hacker (Practical) Notes since they are not going to pay me, but if I get a few treats, I'd be more grateful to myself since I can use them for my hosting and server maintenance. 😁😍💝

{% embed url="<https://www.buymeacoffee.com/guruhariharaun>" %}
Buy me a coffee here 😍😁
{% endembed %}

## I Need your Feedback

#### At the bottom of the pages, you can find emojis. Please do rate it based on your preferences. It might help me to stay motivated as well. 😊


---

# 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://book.thegurusec.com/certifications/certified-ethical-hacker-practical/the-final-note.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.
