To learn about the mechanism that a Grakn Client uses to set up communication with keyspaces running on the Grakn Server, refer to [Grakn > Client API > Overview]((http://dev.grakn.ai/docs/client-api/overview).
To learn about the methods available for executing queries and retrieving their answers using Client Python, refer to Grakn > Client API > Python > API Reference.
To learn about the methods available on the concepts retrieved as the answers to Graql queries, refer to Grakn > Concept API > Overview