docs/versioned_docs/version-2.65.0/data-sources/appwrite.md
ToolJet can connect to appwrite database to read/write data.
ToolJet connects to your Appwrite app using :
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. :::
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.
<div style={{textAlign: 'center'}}> </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.
String type.integer type.array.array.Use this operation to get a document from a collection by its unique ID.
String type.String type.Use this operation to create a new document in a collection.
String type.Use this operation to update a document.
String type.String type.Use this operation for bulk updating a document in a collection.
String type.Use this operation for deleting a document in the collection.
String type.String type.