# Energy Domain Assistant

The energy domain assistant workflow automates the search and retrieval of information for energy related question. The workflow takes in a user prompt, retrieves data from cherry-picked energy-related PDF reports as well relevant links from Google, writes a detailed answer, and sends the answer to the user's Gmail.

<figure><img src="/files/dqydydRU81tgW9eLMM1P" alt=""><figcaption><p>Energy Domain Assistant Workflow</p></figcaption></figure>

### Demonstration

{% embed url="<https://www.youtube.com/watch?v=PyDojYF7F24&list=PLaTdiAPeh982Tw37GpiqnSGtEn9WZ2xDA&index=8>" %}
Build an Energy Domain Assistant
{% endembed %}

### Workflow JSON

{% file src="/files/RM4EavP6iOig6IDiUvQu" %}
Energy Domain Assistant JSON
{% endfile %}

{% hint style="info" %}
To download the workflow, select the JSON file above, then use command/control + S and save with the .json extension.

Once you've uploaded the workflow, you'll need to specify a recipient email in the Gmail integration.
{% endhint %}

### Input/Output Example

{% tabs %}
{% tab title="Input" %}
What is the impact of AI data centers on electricity consumption? Give me a regional breakdown.
{% endtab %}

{% tab title="Output" %}

<figure><img src="/files/vKsMdRhR0sPaRcLQrLm6" alt=""><figcaption><p>Output Email for Energy Domain Assistant</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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.arcee.ai/arcee-orchestra/workflow-library/energy-domain-assistant.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.
