# WorkflowGen URLs

## Overview

The main WorkflowGen modules can be accessed directly from the address bar of your browser by entering the URLs for each.

## User Portal

`http://YOURSITE/wfgen/default.aspx`

{% hint style="info" %}
If the website is configured to use a default document, specifying the name of the document is not required.
{% endhint %}

## Administration Module

`http://YOURSITE/wfgen/admin/default.aspx`

{% hint style="info" %}
If the website is configured to use a default document, specifying the name of the document is not required.
{% endhint %}

## Configuration Panel

To access the Configuration Panel directly, use the following URL:

`http://YOURSITE/wfgen/admin/Config.aspx`

## Integration using WorkflowGen URLs

For information on how to use WorkflowGen URLs for integration, see the [Integration using WorkflowGen URLs](https://docs.advantys.com/docs/integration/integration-using-workflowgen-urls) section in the [WorkflowGen Integration Guide](https://docs.advantys.com/docs/integration).


---

# 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.workflowgen.com/admin/8.3/workflowgen-urls.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.
