# SRE.ai TDX Demo

<figure><img src="/files/51MQ5zu7A3UufawflI8J" alt=""><figcaption></figcaption></figure>

1. Open up a tab in chrome with <https://app.dev.sre.ai/>, [Jira](https://sre.atlassian.net/jira/software/projects/KAN/boards/1), and our [demo salesforce org](https://sre-ai--demo1.sandbox.my.salesforce.com/). They are all bookmarked. Login info is below.
   1. <https://app.dev.sre.ai/>

      Sign in using the "Continue with email" option.

      Username: <demo1user@sre.ai>

      Password: StandardCap26<br>

      <figure><img src="/files/zfVPsDQYrgQFju9ypX6n" alt=""><figcaption></figcaption></figure>
   2. [Jira](https://sre.atlassian.net/jira/software/projects/KAN/boards/1)\
      Username: <demo1user@sre.ai>\
      Password: sre\_demo\_450
   3. [Demo salesforce org](https://sre-ai--demo1.sandbox.my.salesforce.com/)\
      Username: demo1user\@sre.ai.demo1\
      Password: sre\_demo\_450<br>
2. In Jira, assign yourself a welcome banner component ticket, an automated approval process ticket, and an auto-create onboarding tasks ticket. These represent real changes that will be made to our org.

<figure><img src="/files/emtmvYs4e8obUb4Ua1D0" alt="" width="316"><figcaption></figcaption></figure>

3. Switch over to SRE and expand “Recent Chats.” You’ll see that three workflows have been started on your behalf.

<figure><img src="/files/QPsVKHt0yYSm6N6Bh4FS" alt=""><figcaption></figcaption></figure>

4. When you see the design task has been completed, review the generated document, then click “Implement the solution”. Select the “demo” salesforce org when prompted.

<figure><img src="/files/CgWzQq38FVIwALETPIwd" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/AdOBPRYk73PrW9nrgt7z" alt=""><figcaption></figcaption></figure>

5. You’ll see the task get completed step by step. Feel free to do multiple workflows at a time.&#x20;

<figure><img src="/files/A1YdBkTbEHoLUnNRnUw0" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
This step can take a while, since SRE.ai is generating all the code for your change, and validating it in the target org.&#x20;

While that’s happening, check out the pipeline tab and view our quality gates, or ask us about automations!
{% endhint %}

<br>

6. When an implementation is finished, you’ll be notified, and will be able to view the change in your salesforce org!

<figure><img src="/files/bQNfoWpHisM34g0ChasQ" alt="" width="375"><figcaption></figcaption></figure>

7. &#x20;Refresh your Org to see the new “Seller Home” tab!

<figure><img src="/files/mfaMWaNj2zgTs9JepOnN" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Bonus:**

Create your own ticket for yourself!&#x20;

See if you can go through the whole flow and view your change.
{% endhint %}

<br>


---

# 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.sre.ai/sre.ai-tdx-demo.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.
