> For the complete documentation index, see [llms.txt](https://docs.everos.dev/appkit-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.everos.dev/appkit-js/guides/appkit_guides.md).

# AppKit Guides

This section contains guides for working with AppKit:

* [Configure AppKit](/appkit-js/guides/configure_appkit.md)
* [Deploy](/appkit-js/guides/deploy.md)
* [Run on-chain](/appkit-js/guides/run_onchain.md)
* [Run ABI Get Method](/appkit-js/guides/run_abi_get_method.md)
* [Work with events](/appkit-js/guides/work_with_events.md)
* [Configure Custom Giver](/appkit-js/guides/custom_giver.md) | [Sample](https://github.com/tonlabs/sdk-samples/tree/master/appkit-examples/custom-giver)

AppKit samples are also available for the following cases, reviewed in more detail in core SDK guides:

* External signing: [Core guide](https://docs.everos.dev/ever-sdk/guides/work_with_contracts/external_signing) | [Sample](https://github.com/tonlabs/sdk-samples/tree/master/appkit-examples/signing-box)
* Emulate transaction: [Core guide](https://docs.everos.dev/ever-sdk/guides/work_with_contracts/emulate_transaction) | [Sample](https://github.com/tonlabs/sdk-samples/tree/master/appkit-examples/run_executor)
* Decode message: [Core guide](https://docs.everos.dev/ever-sdk/guides/work_with_contracts/decode_message) | [Sample](https://github.com/tonlabs/sdk-samples/tree/master/appkit-examples/listen-and-decode)
* Estimate fees: [Core guide](https://docs.everos.dev/ever-sdk/guides/work_with_contracts/estimate_fees) | [Sample](https://github.com/tonlabs/sdk-samples/blob/master/appkit-examples/fee-calculation/index.js)
* Validate address, convert address: [Core guide](https://docs.everos.dev/ever-sdk/guides/work_with_contracts/validate_address_convert_address) | [Sample](https://github.com/tonlabs/sdk-samples/blob/master/core-examples/node-js/multisig/work-with-multisig.js)
* Query collection: [Core guide](https://docs.everos.dev/ever-sdk/guides/queries_and_subscriptions/query_collection) | [Sample](https://github.com/tonlabs/sdk-samples/tree/master/core-examples/node-js/query)
