# Appendix

- [Purchasing a computer](https://hackingmaterials.gitbook.io/hm-handbook/appendix/purchasing-a-computer.md)
- [Setting up a new Macbook](https://hackingmaterials.gitbook.io/hm-handbook/appendix/setting-up-a-new-macbook.md)
- [Some notes being productive with a Mac from Anubhav](https://hackingmaterials.gitbook.io/hm-handbook/appendix/some-notes-being-productive-with-a-mac-from-anubhav.md)
- [Science related resources](https://hackingmaterials.gitbook.io/hm-handbook/appendix/science-related-resources.md)
- [Staying up to date on research and literature searches](https://hackingmaterials.gitbook.io/hm-handbook/appendix/staying-up-to-date-on-research-and-literature-searches.md)
- [Why open source](https://hackingmaterials.gitbook.io/hm-handbook/appendix/why-open-source.md): “If you want to go fast, go alone. If you want to go far, go together”. - Attributed to an African proverb
- [10 of the most common Python mistakes I see from scientist-programmers](https://hackingmaterials.gitbook.io/hm-handbook/appendix/10-of-the-most-common-python-mistakes-i-see-from-scientist-programmers.md)
- [Mechanics of writing papers in Microsoft Word](https://hackingmaterials.gitbook.io/hm-handbook/appendix/mechanics-of-writing-papers-in-microsoft-word.md)
- [Eleven questions for self-assessment](https://hackingmaterials.gitbook.io/hm-handbook/appendix/eleven-questions-for-self-assessment.md)


---

# 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://hackingmaterials.gitbook.io/hm-handbook/appendix.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.
