> 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.md).

# Integrations & API Access

- [Integrations](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations.md): Connect We360.ai with portal-managed integrations or use OAuth for direct API access.
- [Portal Integrations](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations.md): Set up integrations that are available directly in the We360.ai portal.
- [Keka Fetch Attendance](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations/keka-fetch-attendance.md): Fetch first-in and last-out attendance records from Keka into we360.ai.
- [Microsoft Teams](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations/microsoft-teams.md): Connect Microsoft Teams to improve productivity analysis using meeting data.
- [GreytHR Push Punch Logs](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations/greythr-push-punch-logs.md): Push punch-in and punch-out logs from we360.ai to GreytHR.
- [Zoho Push Punch Logs](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations/zoho-push-punch-logs.md): Push punch-in and punch-out logs from we360.ai to Zoho People.
- [Jira](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/portal-integrations/jira.md): Connect Jira to we360.ai to sync projects, tasks, and worklogs for seamless project tracking across both tools.
- [OAuth for Direct API Access](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/oauth-for-direct-api-access.md): Use OAuth authorization to connect custom apps and call We360.ai APIs directly.
- [Dynamic Report API](https://docs.we360.ai/deployment-and-it-ops/integrations-and-api-access/integrations/oauth-for-direct-api-access/dynamic-report-api.md): Fetch employee activity and attendance analytics in JSON format with explicit field selection.


---

# 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.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.
