# Gall

Examples of how to interact with threads from Gall agents.

* [Start Thread](https://docs.urbit.org/urbit-os/base/threads/examples/gall/start-thread) - How to run a thread from a Gall agent.
* [Take Result](https://docs.urbit.org/urbit-os/base/threads/examples/gall/take-result) - How to handle the results of a completed thread.
* [Take Facts](https://docs.urbit.org/urbit-os/base/threads/examples/gall/take-facts) - How to get subscription updates from threads.
* [Stop Thread](https://docs.urbit.org/urbit-os/base/threads/examples/gall/stop-thread) - How to cancel a thread from a Gall agent.
* [Poke Thread](https://docs.urbit.org/urbit-os/base/threads/examples/gall/poke-thread) - How to poke a thread from a Gall agent.
