# Welcome

#### Not a developer?

To learn more about Eduflow, visit our home page at <https://www.eduflow.com>. For usage, explanation, and LMS integration see our [help portal](https://help.eduflow.com). If you have a special case, feel free to reach out to us!

## Explore

Eduflow provides Institutions with API access to their organization's data. The API is organized around [GraphQL](https://www.graphql.org/) and structured against our data model. Access is scoped to information within your institution. From within, you can query data such as user information and course-related entities such as as activities, and submissions, reviews and scores.

{% content-ref url="getting-started-1/overview" %}
[overview](https://docs.eduflow.com/getting-started-1/overview)
{% endcontent-ref %}

{% content-ref url="graphql" %}
[graphql](https://docs.eduflow.com/graphql)
{% endcontent-ref %}

## Who is developer access available to?

API Access is available to Pro and Premium institutional plans. To learn more, visit our [Pricing page](https://www.eduflow.com/pricing).&#x20;

## Getting in touch

Contact us via our [Support Email](mailto:support@eduflow.com) or [Help Portal](https://help.eduflow.com).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.eduflow.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
