> For the complete documentation index, see [llms.txt](https://docs.we360.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations.md).

# Portal Integrations

Use portal integrations when you want a guided setup. They are the fastest way to connect supported services.

## Currently available in the portal

These integrations are currently available in **Settings → Integrations**:

* Microsoft Teams
* GreytHR Push Punch Logs
* Zoho Push Punch Logs
* Keka Push Punch Logs
* Keka Fetch Attendance
* Jira

## Documented guides

The following guides are documented right now:

<table data-view="cards"><thead><tr><th>Guide</th><th>Description</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>Microsoft Teams</td><td>Connect Microsoft Teams to improve productivity analysis using meeting data.</td><td><a href="/pages/wktZaGpi5uMUEwuLXIOb">/pages/wktZaGpi5uMUEwuLXIOb</a></td></tr><tr><td>GreytHR Push Punch Logs</td><td>Push punch-in and punch-out logs from we360.ai to GreytHR.</td><td><a href="/pages/MDAznV8ugOr2RDwRIRD4">/pages/MDAznV8ugOr2RDwRIRD4</a></td></tr><tr><td>Zoho Push Punch Logs</td><td>Push punch-in and punch-out logs from we360.ai to Zoho People.</td><td><a href="/pages/hJotBxCNr7eVNKvWOGuk">/pages/hJotBxCNr7eVNKvWOGuk</a></td></tr><tr><td>Keka Fetch Attendance</td><td>Fetch first-in and last-out attendance records from Keka into we360.ai.</td><td><a href="/pages/PacjY9kSYshzrqALO8dV">/pages/PacjY9kSYshzrqALO8dV</a></td></tr><tr><td>Jira</td><td>Sync projects, tasks, and worklogs between we360.ai and Jira.</td><td><a href="/pages/5rNBKL8wHbUVOF1hwXVC">/pages/5rNBKL8wHbUVOF1hwXVC</a></td></tr></tbody></table>

## When to use portal integrations

* You want the fastest setup path.
* You want configuration managed in the portal.
* You do not need a custom API workflow.

{% hint style="info" %}
More portal integration guides can be added here one by one. Keep prerequisites, setup, sync behavior, and troubleshooting together.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
