Using AI for Work Assistant¶
Log in to the AI for Work here: AI for Work Login
The AI for Work Assistant is available on the homepage, you can ask an open-ended question to the assistant.
For instance, if you're connected to Jira, you can type “Get my Jira issues” in the Ask or search anything search box. The Jira agent will be triggered and retrieve your Jira issues.
AI for Work can also manage complex workflows by organizing tasks into a structured sequence, each handled by a specialized “agent.” In this approach, each agent performs a unique function and automatically executes its task in the correct order. By passing information seamlessly from one agent to the next, the flow ensures efficient, sequential completion of each step, allowing multiple instructions to be handled with minimal manual effort. This streamlined solution is known as Agentic Flow.
File Storage and Data Handling¶
When users upload files during chat sessions with AI for Work, it's important to understand how these files are stored and managed.
File Storage Location
Files uploaded through the AI for Work Assistant chat interface are stored in managed cloud storage (AWS S3) under a multi-tenant architecture. This applies to:
- All file uploads in AI for Work chat sessions.
- Documents processed through Search AI functionality.
Note
Files uploaded during chat sessions are stored in the platform's cloud infrastructure.
Data Security
All files stored in the platform's managed storage infrastructure are protected with industry-standard encryption measures to ensure data confidentiality and integrity.
Agentic Flow Example¶
Ask Assistant: “Get my Jira issues. Let me know John Doe’s availability for a meeting tomorrow. Send the Jira issues to John Doe.”
Agents Involved:
- Jira: Fetches the user's Jira issues.
- Google Calendar: Checks John Doe’s availability for a specified time.
- Gmail: Sends the fetched Jira issues to John Doe via email.
Steps to execute the flow:
- Provide the instructions and press enter. Each action is mapped to its respective agent.
- Hover over any instruction to display the Edit and Delete icons, which allow you to modify or remove individual actions.
- Click Start to initiate the flow. Each task is executed sequentially.
- For the above use case, the first two actions will run automatically.
- For the third action, a draft email is created. Review and edit the draft, then click Send to complete the task.
