> For the complete documentation index, see [llms.txt](https://sarpers-organization.gitbook.io/ctftricks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sarpers-organization.gitbook.io/ctftricks/02-conventions.md).

# Conventions

To maintain clarity and consistency, this guide uses the following conventions:

* **Code Blocks:** Commands to be typed into a terminal, code snippets, and file contents are typically presented in code blocks for easy copying and pasting.

  ```bash
  # Example of a command
  echo 'Hello, CTF Player!'
  ```
* **Placeholders:** Often, commands or paths will include placeholders like `<target_ip>`, `your_username`, or `path/to/file`. You'll need to replace these with values relevant to your specific scenario.
* **Tags:** While not always explicitly visible on each page, content is organized and associated with tags (e.g., `web`, `sqli`, `linux`, `privesc`) to aid in understanding its context and relationships. These tags help structure the underlying data and improve searchability.
