> ## Documentation Index
> Fetch the complete documentation index at: https://use.vissorax.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Start Here

> Orientation for developers integrating with VissoraX through approved customer documentation.

# Start Here

`use.vissorax.com` is the customer-developer publication for deliberately approved VissoraX integration documentation. It is intended for developers at VissoraX customer and user organizations who need to understand, implement, validate, or troubleshoot an approved integration.

This site is downstream of private VissoraX authority. Customer-visible documentation is published only after it has been transformed for the intended audience and reviewed for factual accuracy and disclosure. An unfinished page or reserved section is not a product guarantee.

## Choose a path

```text theme={null}
Start Here
    │
    ├── beginning an integration
    │        ↓
    │    Quickstart
    │        ↓
    │    Authentication
    │        ↓
    │    Integration Guides
    │
    ├── implementing API calls
    │        ↓
    │    API Reference
    │
    ├── receiving events
    │        ↓
    │    Webhooks & Events
    │
    ├── validating integration
    │        ↓
    │    Testing
    │
    └── problem or question
             ↓
            Help
```

Use **Security** alongside every implementation path for approved credential, data-handling, and integration-control guidance. Use **SDKs** when VissoraX has explicitly approved supported libraries for publication.

## What each area is for

* **Start** — orientation, the integration model, environments, and the eventual quickstart path.
* **Authentication** — customer-safe guidance for authentication, credentials, authorization, and the security model.
* **Integration Guides** — task-oriented integration flows that connect approved capabilities without exposing internal implementation detail.
* **API Reference** — the eventual customer-safe API contract and operation reference.
* **Webhooks & Events** — approved event delivery, verification, retry, and example guidance.
* **SDKs** — supported SDK information and examples when explicitly approved.
* **Testing** — sandbox, test data, scenarios, and integration verification once those semantics are approved.
* **Security** — customer-facing security guidance for handling credentials, data, and integration controls.
* **Help** — examples, troubleshooting, known behaviors, support, and changelog information.

This foundation does not yet assert endpoints, credentials, protocols, event names, schemas, SDK availability, sandbox behavior, or customer-specific capabilities.

## Continue

* [Integration Overview](/start/integration-overview)
* [Quickstart](/start/quickstart)
* [Authentication](/authentication/authentication)
* [Core Integration](/integration-guides/core-integration)
