# API References

- [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: 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/api-references.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.
