# Schoology

### Get your consumer key and secret

Log in to your Schoology server. Look at the top navigation bar and go to *Tools > School Management*.

In the new screen, click on *Integrations* in the left menu. Now click on the API tab. You should see your consumer key and secret. The secret is hidden, so you have to use the *Reveal Existing Secret* option.

<figure><img src="/files/swo6wVZFJ6xFsc5JBDaf" alt=""><figcaption><p>Integrations screen with the consumer key and secret.</p></figcaption></figure>

### Configure the authentication values in Appmixer

Log into the Backoffice and go to the *Services* section. Add a new service configuration named `appmixer:schoology`. After it is created, add the following configuration values:

<figure><img src="/files/EninisbKp7O3wxSkZrFs" alt=""><figcaption><p>Configuration values for Schoology</p></figcaption></figure>

Here is the explanation for each value:

* **baseUrl:** The API base URL. Usually is <https://api.schoology.com/v1>, but there are some cases where it could be different.
* **consumerKey and consumerSecret:** The consumer key and secret we got from the Schoology server.
* **domain:** The subdomain part from your server. For example, if your server URL is *<https://example.schoology.com>*, then the domain value is just an *example*.


---

# 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.appmixer.com/connector-configuration/schoology.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.
