# Deep Dives

- [Integrating With Us](https://fuseworks.gitbook.io/fusesign/deep-dives/integrating-with-us.md): A few words on the integration process
- [Scopes](https://fuseworks.gitbook.io/fusesign/deep-dives/scopes.md): Refers to the specific permissions or access levels that an application can request and be granted to perform certain actions or access certain data.
- [Bundle Create](https://fuseworks.gitbook.io/fusesign/deep-dives/bundle-create.md): FuseSign offers two signing modes—Sign Entire Document and Signature Placeholders—both using digital certificates, with the latter allowing precise signature and input placement.
- [Webhooks](https://fuseworks.gitbook.io/fusesign/deep-dives/webhooks.md): FuseSign webhooks provide real-time, event-based updates with secure payloads, authentication, and automatic retries for reliability.


---

# 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://fuseworks.gitbook.io/fusesign/deep-dives.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.
