# Smart Contracts

- [Introduction](/ink-smart-contracts/intro.md)
- [Generate Types & APIs](/ink-smart-contracts/generate-types-and-apis.md)
- [Deploy contracts](/ink-smart-contracts/deploy.md)
- [Queries](/ink-smart-contracts/queries.md)
- [Transactions](/ink-smart-contracts/transactions.md)
- [Storage](/ink-smart-contracts/storage.md): Storage API to retrieve contract storage directly.
- [Events](/ink-smart-contracts/events.md)
- [Handle errors](/ink-smart-contracts/handle-errors.md)
- [Utilities](/ink-smart-contracts/utilities.md)
