# Sightengine Setup

To get Image Moderation plugin working you need to get two things from Sighteninge:

1. Worklflow ID
2. API Keys

We assume that you have already have an account and logged in to Sightengine.

### Workflows

1. Proceed to "Image APIs" section.
2. Find "Image Moderation Workflows" and click on "Go to Workflows".
3. Click on "Add new Workflow".
4. Provide a name and select "Fully Automated Moderation".
5. In "Moderation Rules" section define your moderation rules. Determine what actions (accept, reject...) should be taken based on the image content.
6. Save you Workflow.
7. Notice and copy Workflow ID.

### API Keys

1. Proceed to "API Keys" section.
2. Copy API user and API secret.


---

# 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.norrnext.com/norrcompetition/plugins/norrcompetition-image-moderation/sightengine-setup.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.
