# Getting Help

<div align="center"><img src="https://raw.githubusercontent.com/SonsOfPHP/.github/main/assets/top-rocker.png" alt=""></div>

***

## Ways to get help and Ways to help yourself

Need more help? The [Sons of PHP](https://github.com/SonsOfPHP) have many different ways you can get more help.

### Documentation

This website is basically the *RTFM*.

### Source Code

The ultimate "RTFM". If the documentation on the site is lacking, there are gems in the source code.

### GitHub Discussions

If the documentation and source code have failed you, you can get help by going to the [Sons Of PHP Organization Discussions](https://github.com/orgs/SonsOfPHP/discussions) and searching for answers. If you cannot find any, create a new topic.


---

# 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://docs.sonsofphp.com/getting-help.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.
