# FuseWorks

## FuseSign API

- [An Overview](https://fuseworks.gitbook.io/fusesign/getting-started/readme.md)
- [QuickStart Guide](https://fuseworks.gitbook.io/fusesign/getting-started/quickstart-guide.md)
- [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.
- [Session](https://fuseworks.gitbook.io/fusesign/api-references/session.md): Create and manage OAuth 2.0 Tokens
- [Bundle](https://fuseworks.gitbook.io/fusesign/api-references/bundle.md): A bundle is a collection of messages, settings, recipients, documents and optionally placeholders.
- [Customer](https://fuseworks.gitbook.io/fusesign/api-references/customer.md): The person who will be receiving the signing action.
- [Document](https://fuseworks.gitbook.io/fusesign/api-references/document.md): A file (.pdf) that is used for signing.
- [Tenant](https://fuseworks.gitbook.io/fusesign/api-references/tenant.md): An organisational construct within FuseSign.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://fuseworks.gitbook.io/fusesign/getting-started/readme.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.
