> For the complete documentation index, see [llms.txt](https://docs.everos.dev/ever-sdk/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/ever-sdk/guides/work_with_contracts/run_fift_get_method.md).

# Run Fift Get Method

Learn how to run FIFT methods

## About Fift get methods

There are contracts written in Fift. They have other rules for running get methods.

This is why we have a separate method for that in tvm module - [run\_get](/ever-sdk/reference/types-and-methods/mod_tvm.md#run_get).

## Sample source code

Check this sample, demonstrating how to run get methods of elector contract:

<https://github.com/everx-labs/sdk-samples/blob/master/core-examples/node-js/run_get/index.js>
