# SharePoint client

- [HTTP Client](https://go.spflow.com/api/http-client.md): 🔨 Provides low-level communication with any SharePoint API
- [Fluent API](https://go.spflow.com/api/fluent.md): 🏄 Fluent, chainable, IntelliSense powered syntax to master SharePoint API
- [Hooks](https://go.spflow.com/api/hooks.md): Request events handlers
- [Retries](https://go.spflow.com/api/retries.md): Requests retries on error statuses
- [Context](https://go.spflow.com/api/context.md): Using Go context with SP client


---

# 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://go.spflow.com/api.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.
