How-to guides¶
Task-focused walkthroughs for common akoyaGO integration scenarios. Each guide combines multiple operations into an end-to-end scenario and shows the code in more than one language (Web API / Python / C#) where it aids clarity.
- Query funds — realistic fund-read scenarios: pagination, filtering, expanding related records, navigating the fund hierarchy, and the find-by-code pattern.
- Create a contact and link to a donor — the standard constituent-creation flow: check before create, create the contact, create the donor, bind with
@odata.bind. Covers individuals, organizations, and adding secondary contacts.
For the underlying Web API mechanics and FAQ, see the Dataverse quickstart.