docs/versioned_docs/version-2.50.0-LTS/data-sources/appwrite.md
ToolJet can connect to appwrite database to read/write data.
<div style={{paddingTop:'24px'}}>To establish a connection with the Appwrite data source, you can either click on the + Add new Data source button located on the query panel or navigate to the Data Sources page from the ToolJet dashboard.
ToolJet requires the following to connect to your Appwrite:
You'll find the Secret Key and other credentials on your Appwrite's project settings page. You may need to create a new key if you don't have one already.
:::info You should also set the scope for access to a particular resource. Learn more about the API keys and scopes here. :::
<div style={{textAlign: 'center'}}> </div> </div> <div style={{paddingTop:'24px'}}>:::tip Query results can be transformed using Transformations. Read our Transformation Documentation here. :::
</div> <div style={{paddingTop:'24px'}}>This operation is used to get a list of all the user documents.
Use this operation to get a document from a collection by its unique ID.
Use this operation to create a new document in a collection.
Use this operation to update a document.
Use this operation for deleting a document in the collection.