> ## Documentation Index
> Fetch the complete documentation index at: https://www.1password.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Example scripts

The 1Password Solutions team manages [a repository of example 1Password CLI scripts](https://github.com/1Password/solutions) that you can use as inspiration for your own projects.

You'll need to install [jq](https://stedolan.github.io/jq/), a command-line JSON processor, for the example scripts to work correctly.

You can find demo scripts to help you:

* [Migrate from another password solution](https://github.com/1Password/solutions/tree/main/1password/migration)
* [Provision new users from a CSV](https://github.com/1Password/solutions/tree/main/1password/scripted-provisioning)
* [Audit or manage existing users](https://github.com/1Password/solutions/tree/main/1password/user-management)
* [Manage your vaults and groups](https://github.com/1Password/solutions/tree/main/1password/account-management)
* [Create, update, and share items](https://github.com/1Password/solutions/tree/main/1password/item-management)

<Card title="Building an integration or automated workflow?" href="/get-started/build-integrations" icon="book-open">
  Follow the build integrations workflow guide to choose the right authentication method and configuration for your use case.
</Card>

## Learn more

* [Get started with secret references](/cli/secret-references/)
* [Load secrets into scripts](/cli/secrets-scripts/)
* [Load secrets into the environment](/cli/secrets-environment-variables/)
* [Load secrets into config files](/cli/secrets-config-files/)
* [Workflow: Secure your developer secrets](/get-started/secure-developer-secrets)
* [Developer quickstart](/get-started/developer-quickstart)
