# Genow Helpcenter ## Docs - [Get API usage data](https://docs.genow.ai/api-reference/analytics/get-api-usage-data.md) - [Get average latency data](https://docs.genow.ai/api-reference/analytics/get-average-latency-data.md) - [Get daily active users data](https://docs.genow.ai/api-reference/analytics/get-daily-active-users-data.md) - [Get geographic distribution data](https://docs.genow.ai/api-reference/analytics/get-geographic-distribution-data.md) - [Get query distribution data](https://docs.genow.ai/api-reference/analytics/get-query-distribution-data.md) - [Get top knowledge assets data](https://docs.genow.ai/api-reference/analytics/get-top-knowledge-assets-data.md) - [Get top use cases data](https://docs.genow.ai/api-reference/analytics/get-top-use-cases-data.md) - [Delete all chats](https://docs.genow.ai/api-reference/chat/delete-all-chats.md): Delete all document chats for the authenticated user - [Delete single chat](https://docs.genow.ai/api-reference/chat/delete-single-chat.md): Delete a specific document chat by id - [Get all chats](https://docs.genow.ai/api-reference/chat/get-all-chats.md): Fetch all document chats for the authenticated user - [Submit chat query](https://docs.genow.ai/api-reference/chat/submit-chat-query.md): Streams an answer for a **document chat**: the model uses files already linked to `chat_id` in Genow (and conversation history for that chat). Responses are **Server-Sent Events** (`text/event-stream`). - [Translate text](https://docs.genow.ai/api-reference/chat/translate-text.md): Translate text from source language to target language - [Trigger document chats retention cleanup](https://docs.genow.ai/api-reference/chat/trigger-document-chats-retention-cleanup.md): Triggers a Cloud Run job to cleanup expired document chats based on retention policy (admin only) - [Trigger cloud storage sync](https://docs.genow.ai/api-reference/cloud-storage/trigger-cloud-storage-sync.md) - [Trigger Confluence sync](https://docs.genow.ai/api-reference/confluence/trigger-confluence-sync.md): Trigger a Confluence sync - [Update Confluence selection (CQL query)](https://docs.genow.ai/api-reference/confluence/update-confluence-selection-cql-query.md): Update Confluence selection (CQL query) - [Validate CQL](https://docs.genow.ai/api-reference/confluence/validate-cql.md): Validate CQL - [Create a new Context Category](https://docs.genow.ai/api-reference/context-categories/create-a-new-context-category.md): Create a new context category. Permissions are assigned based on the scope. - [Delete a Context Category](https://docs.genow.ai/api-reference/context-categories/delete-a-context-category.md) - [Get a specific Context Category](https://docs.genow.ai/api-reference/context-categories/get-a-specific-context-category.md) - [List all Context Categories](https://docs.genow.ai/api-reference/context-categories/list-all-context-categories.md): Retrieve all context categories the user is allowed to see. - [Update a Context Category](https://docs.genow.ai/api-reference/context-categories/update-a-context-category.md) - [Create a new Context](https://docs.genow.ai/api-reference/contexts/create-a-new-context.md): Create a new context. Permissions are assigned based on the scope you define. - [Delete a Context](https://docs.genow.ai/api-reference/contexts/delete-a-context.md) - [Get a specific Context](https://docs.genow.ai/api-reference/contexts/get-a-specific-context.md) - [List all Contexts](https://docs.genow.ai/api-reference/contexts/list-all-contexts.md): Retrieve contexts and categories the user is allowed to see. - [Update a Context](https://docs.genow.ai/api-reference/contexts/update-a-context.md): Updates the context description or scope. - [Convert file to PDF](https://docs.genow.ai/api-reference/convert-file-to-pdf.md): Converts uploaded files to PDF format. Supports common document formats. - [Convert file to XLSX](https://docs.genow.ai/api-reference/convert-file-to-xlsx.md): Converts uploaded files to XLSX format. Supports common spreadsheet formats. - [Add credential](https://docs.genow.ai/api-reference/credentials/add-credential.md): Add a new credential configuration - [Delete credential](https://docs.genow.ai/api-reference/credentials/delete-credential.md): Delete an existing credential configuration - [Get credential by ID](https://docs.genow.ai/api-reference/credentials/get-credential-by-id.md): Retrieve a credential by its ID - [Get credentials](https://docs.genow.ai/api-reference/credentials/get-credentials.md): Retrieve all credentials the user has access to, optionally filtered by type - [Create data sync](https://docs.genow.ai/api-reference/data-sync/create-data-sync.md): Create a new data synchronization configuration - [Create scheduled sync job](https://docs.genow.ai/api-reference/data-sync/create-scheduled-sync-job.md): Create a new scheduled synchronization job - [Delete scheduled sync job](https://docs.genow.ai/api-reference/data-sync/delete-scheduled-sync-job.md): Delete a scheduled synchronization job - [Get scheduled sync job](https://docs.genow.ai/api-reference/data-sync/get-scheduled-sync-job.md): Retrieve details of a scheduled synchronization job - [Get sync settings by ID](https://docs.genow.ai/api-reference/data-sync/get-sync-settings-by-id.md): Retrieve sync settings for a specific sync ID - [Patch sync setting](https://docs.genow.ai/api-reference/data-sync/patch-sync-setting.md): Update sync setting fields. Validates patched values before persisting. - [Update scheduled sync job](https://docs.genow.ai/api-reference/data-sync/update-scheduled-sync-job.md): Update an existing scheduled synchronization job - [Download feedback data as CSV](https://docs.genow.ai/api-reference/feedback/download-feedback-data-as-csv.md) - [Get average rating data](https://docs.genow.ai/api-reference/feedback/get-average-rating-data.md) - [Get chat details data](https://docs.genow.ai/api-reference/feedback/get-chat-details-data.md) - [Get feedback distribution data](https://docs.genow.ai/api-reference/feedback/get-feedback-distribution-data.md) - [Get feedback reasons data](https://docs.genow.ai/api-reference/feedback/get-feedback-reasons-data.md) - [Get feedback timeline data](https://docs.genow.ai/api-reference/feedback/get-feedback-timeline-data.md) - [Get recent comments data](https://docs.genow.ai/api-reference/feedback/get-recent-comments-data.md) - [Get use cases](https://docs.genow.ai/api-reference/feedback/get-use-cases.md) - [Submit feedback](https://docs.genow.ai/api-reference/feedback/submit-feedback.md): Submit user feedback for a chat entry with optional image upload - [Trigger feedback retention cleanup](https://docs.genow.ai/api-reference/feedback/trigger-feedback-retention-cleanup.md) - [Delete single file](https://docs.genow.ai/api-reference/files/delete-single-file.md): Delete a file from the specified source - [Get all files](https://docs.genow.ai/api-reference/files/get-all-files.md): Get information about all files from a source - [Get file content](https://docs.genow.ai/api-reference/files/get-file-content.md): Get the content of a file for viewing or downloading - [Get image](https://docs.genow.ai/api-reference/files/get-image.md): Serve images by path from the images bucket - [Get page assets](https://docs.genow.ai/api-reference/files/get-page-assets.md): Get images and other assets from specified pages of a PDF document - [Get single file](https://docs.genow.ai/api-reference/files/get-single-file.md): Get information about a specific file - [Parse file](https://docs.genow.ai/api-reference/files/parse-file.md): Parse file content and extract text - [Translate file](https://docs.genow.ai/api-reference/files/translate-file.md): Translate a file to the target language - [Upload single file](https://docs.genow.ai/api-reference/files/upload-single-file.md): Upload a file to the specified source - [Delete use case glossary](https://docs.genow.ai/api-reference/glossaries/delete-use-case-glossary.md): Delete the glossary for a use case and detach it from the use case. - [Download example glossary CSV](https://docs.genow.ai/api-reference/glossaries/download-example-glossary-csv.md): Download an example CSV file for glossary upload format. - [Get use case glossary](https://docs.genow.ai/api-reference/glossaries/get-use-case-glossary.md): Get the glossary for a use case. Returns null if the use case has no glossary. - [Update use case glossary](https://docs.genow.ai/api-reference/glossaries/update-use-case-glossary.md): Update the glossary for a use case. Creates a glossary if the use case has none. - [Get extended finder view items (paginated)](https://docs.genow.ai/api-reference/google-drive/get-extended-finder-view-items-paginated.md) - [Get extended finder view items (transient, paginated)](https://docs.genow.ai/api-reference/google-drive/get-extended-finder-view-items-transient-paginated.md) - [Get initial finder view items](https://docs.genow.ai/api-reference/google-drive/get-initial-finder-view-items.md) - [Get initial finder view items (transient)](https://docs.genow.ai/api-reference/google-drive/get-initial-finder-view-items-transient.md) - [Trigger Google Drive sync](https://docs.genow.ai/api-reference/google-drive/trigger-google-drive-sync.md) - [Update finder view selection](https://docs.genow.ai/api-reference/google-drive/update-finder-view-selection.md) - [Get Google OAuth 2.0 authorization URL](https://docs.genow.ai/api-reference/google-oauth/get-google-oauth-20-authorization-url.md): Returns the URL to redirect the user to for Google Drive OAuth consent (refresh token flow). - [Google OAuth 2.0 callback](https://docs.genow.ai/api-reference/google-oauth/google-oauth-20-callback.md): Receives the authorization code from Google, exchanges it for tokens, and redirects to the frontend. No authentication required (called by Google redirect). - [Get global guardrails configuration](https://docs.genow.ai/api-reference/guardrails/get-global-guardrails-configuration.md) - [Get use case guardrails configuration](https://docs.genow.ai/api-reference/guardrails/get-use-case-guardrails-configuration.md) - [Update global chat guardrails configuration](https://docs.genow.ai/api-reference/guardrails/update-global-chat-guardrails-configuration.md) - [Update global use case hub guardrails configuration](https://docs.genow.ai/api-reference/guardrails/update-global-use-case-hub-guardrails-configuration.md) - [Update use case guardrails filter](https://docs.genow.ai/api-reference/guardrails/update-use-case-guardrails-filter.md) - [Update use case to use global filter](https://docs.genow.ai/api-reference/guardrails/update-use-case-to-use-global-filter.md) - [Create guided search field](https://docs.genow.ai/api-reference/guided-search-fields/create-guided-search-field.md): Create a guided search field and attach it to a use case - [Create guided search field for knowledge asset](https://docs.genow.ai/api-reference/guided-search-fields/create-guided-search-field-for-knowledge-asset.md): Create a guided search field and attach it to a knowledge asset - [Delete guided search field](https://docs.genow.ai/api-reference/guided-search-fields/delete-guided-search-field.md): Delete a guided search field and detach it from a use case - [Delete guided search field for knowledge asset](https://docs.genow.ai/api-reference/guided-search-fields/delete-guided-search-field-for-knowledge-asset.md): Delete a guided search field and detach it from a knowledge asset - [Get guided search fields for knowledge asset by ids](https://docs.genow.ai/api-reference/guided-search-fields/get-guided-search-fields-for-knowledge-asset-by-ids.md): Get guided search fields for knowledge asset by comma-separated ids - [Get guided search fields for use case by ids](https://docs.genow.ai/api-reference/guided-search-fields/get-guided-search-fields-for-use-case-by-ids.md): Retrieve guided search fields for use case by comma-separated ids - [Update guided search field for knowledge asset](https://docs.genow.ai/api-reference/guided-search-fields/update-guided-search-field-for-knowledge-asset.md): Update a guided search field for a knowledge asset - [Update guided search field for use case](https://docs.genow.ai/api-reference/guided-search-fields/update-guided-search-field-for-use-case.md): Update a guided search field for a use case - [Health check](https://docs.genow.ai/api-reference/health/health-check.md): Liveness probe: returns 200 when the service is running - [Liveness probe](https://docs.genow.ai/api-reference/healthchecks/liveness-probe.md) - [Readiness probe](https://docs.genow.ai/api-reference/healthchecks/readiness-probe.md) - [Trigger Jira sync](https://docs.genow.ai/api-reference/jira/trigger-jira-sync.md): Trigger a Jira sync - [Update Jira selection (JQL query)](https://docs.genow.ai/api-reference/jira/update-jira-selection-jql-query.md): Update Jira selection (JQL query) - [Validate JQL and API version](https://docs.genow.ai/api-reference/jira/validate-jql-and-api-version.md): Validate JQL and API version - [Add personal asset to use case](https://docs.genow.ai/api-reference/knowledge-assets/add-personal-asset-to-use-case.md): Add a personal knowledge asset to a specific use case - [Create managed knowledge asset](https://docs.genow.ai/api-reference/knowledge-assets/create-managed-knowledge-asset.md): Create a new managed knowledge asset in a use case - [Create personal knowledge asset](https://docs.genow.ai/api-reference/knowledge-assets/create-personal-knowledge-asset.md): Create a new personal knowledge asset and its cloud bucket source - [Delete all personal knowledge assets](https://docs.genow.ai/api-reference/knowledge-assets/delete-all-personal-knowledge-assets.md): Delete all personal knowledge assets of the authenticated user - [Delete managed knowledge asset](https://docs.genow.ai/api-reference/knowledge-assets/delete-managed-knowledge-asset.md): Delete a managed knowledge asset including all associated resources - [Delete single personal knowledge asset](https://docs.genow.ai/api-reference/knowledge-assets/delete-single-personal-knowledge-asset.md): Delete a specific personal knowledge asset by id - [Get managed knowledge asset by id](https://docs.genow.ai/api-reference/knowledge-assets/get-managed-knowledge-asset-by-id.md): Get a managed knowledge asset by its id - [Patch managed knowledge asset](https://docs.genow.ai/api-reference/knowledge-assets/patch-managed-knowledge-asset.md): Update managed knowledge asset fields - [Patch personal knowledge asset](https://docs.genow.ai/api-reference/knowledge-assets/patch-personal-knowledge-asset.md): Update label and/or description of a personal knowledge asset - [Remove personal asset from use case](https://docs.genow.ai/api-reference/knowledge-assets/remove-personal-asset-from-use-case.md): Remove a personal knowledge asset from a specific use case - [Delete knowledge source](https://docs.genow.ai/api-reference/knowledge-sources/delete-knowledge-source.md): Delete a knowledge source including all associated resources such as sync settings, datastores, and bucket files. - [Get knowledge sources that the user has update permissions for, excluding web search sources.](https://docs.genow.ai/api-reference/knowledge-sources/get-knowledge-sources-that-the-user-has-update-permissions-for-excluding-web-search-sources.md) - [Patch knowledge source](https://docs.genow.ai/api-reference/knowledge-sources/patch-knowledge-source.md): Update knowledge source fields. Validates patched values against the knowledge source model before persisting. - [Get available chat models](https://docs.genow.ai/api-reference/models/get-available-chat-models.md) - [Get organization settings](https://docs.genow.ai/api-reference/organizations/get-organization-settings.md): Public endpoint: returns organization layout settings; falls back to default if not found - [Add permissions to users or groups](https://docs.genow.ai/api-reference/permissions/add-permissions-to-users-or-groups.md): Add multiple permissions to multiple users or groups in the Firestore - [Get all permissions for all users and groups](https://docs.genow.ai/api-reference/permissions/get-all-permissions-for-all-users-and-groups.md): Get all permissions for all users and groups from the Firestore - [Get granted permissions](https://docs.genow.ai/api-reference/permissions/get-granted-permissions.md): Retrieve user permissions and feature flag state - [Remove a permission from a user or group](https://docs.genow.ai/api-reference/permissions/remove-a-permission-from-a-user-or-group.md): Remove a permission from a user or group in the Firestore - [Get platform favicon](https://docs.genow.ai/api-reference/platform-settings/get-platform-favicon.md): Retrieve the platform favicon image - [Get platform logo](https://docs.genow.ai/api-reference/platform-settings/get-platform-logo.md): Retrieve the platform logo image - [Test network connectivity](https://docs.genow.ai/api-reference/platform-settings/test-network-connectivity.md): Test TCP or HTTP connectivity to a specified host - [Update platform favicon](https://docs.genow.ai/api-reference/platform-settings/update-platform-favicon.md): Upload a new platform favicon - [Update platform logo](https://docs.genow.ai/api-reference/platform-settings/update-platform-logo.md): Upload a new platform logo - [Get public settings](https://docs.genow.ai/api-reference/public-settings/get-public-settings.md): Public endpoint: retrieve current settings for a given settings group without requiring authentication - [List available public settings](https://docs.genow.ai/api-reference/public-settings/list-available-public-settings.md): Return available public settings endpoints - [Create quick action and attach to use case](https://docs.genow.ai/api-reference/quick-actions/create-quick-action-and-attach-to-use-case.md) - [Delete quick action and detach from use case](https://docs.genow.ai/api-reference/quick-actions/delete-quick-action-and-detach-from-use-case.md) - [Get global quick actions](https://docs.genow.ai/api-reference/quick-actions/get-global-quick-actions.md) - [Get quick actions by ids](https://docs.genow.ai/api-reference/quick-actions/get-quick-actions-by-ids.md) - [Update quick action](https://docs.genow.ai/api-reference/quick-actions/update-quick-action.md) - [Get SAML metadata](https://docs.genow.ai/api-reference/saml-auth/get-saml-metadata.md): Returns the SAML service provider metadata in XML format. This metadata is used by identity providers to configure the SAML trust relationship. The metadata includes entity ID, assertion consumer service URL, and certificate information. - [Initiate SAML login](https://docs.genow.ai/api-reference/saml-auth/initiate-saml-login.md): Initiates the SAML authentication flow by redirecting the user to the identity provider's login page. Optionally accepts a return_url query parameter to redirect the user after successful authentication. Optionally accepts an orgId query parameter to preserve organization context. On error, redirect… - [Logout and clear site data](https://docs.genow.ai/api-reference/saml-auth/logout-and-clear-site-data.md): Clears the refresh token cookie and revokes the refresh token if present. - [Refresh SAML access token](https://docs.genow.ai/api-reference/saml-auth/refresh-saml-access-token.md): Refreshes the SAML access token using a valid refresh token from the HTTP-only cookie. Returns a new access token and expiration time. Also issues a new refresh token and updates the cookie. Requires a valid refresh_token cookie. On error, raises UnauthorizedApiException. - [SAML Assertion Consumer Service](https://docs.genow.ai/api-reference/saml-auth/saml-assertion-consumer-service.md): Receives and processes the SAML response from the identity provider after user authentication. Validates the SAML assertion, generates JWT access and refresh tokens, and redirects the user to the frontend with the access token. Sets a secure HTTP-only cookie containing the refresh token. On error, r… - [Categorize fallback strategy](https://docs.genow.ai/api-reference/search/categorize-fallback-strategy.md): Categorize and return appropriate fallback strategy for a query - [Create follow-up questions](https://docs.genow.ai/api-reference/search/create-follow-up-questions.md): Generate follow-up questions for a search chat - [Create new thread](https://docs.genow.ai/api-reference/search/create-new-thread.md): Create a new search thread for the authenticated user - [Delete all threads](https://docs.genow.ai/api-reference/search/delete-all-threads.md): Delete all search threads for the authenticated user - [Delete thread](https://docs.genow.ai/api-reference/search/delete-thread.md): Delete a specific search thread by id - [Fetch single thread](https://docs.genow.ai/api-reference/search/fetch-single-thread.md): Fetch a single search thread by id for the authenticated user - [Fetch threads](https://docs.genow.ai/api-reference/search/fetch-threads.md): Fetch paginated search threads for the authenticated user - [Quick action](https://docs.genow.ai/api-reference/search/quick-action.md): SSE endpoint for quick action processing that streams responses using Server-Sent Events - [Search chat](https://docs.genow.ai/api-reference/search/search-chat.md): SSE endpoint for search chat processing that streams responses using Server-Sent Events. Executes the full Chat-Search generation pipeline with SSE streaming. - [Search documents](https://docs.genow.ai/api-reference/search/search-documents.md): Executes only the document retrieval portion of the search pipeline - [Trigger search threads retention cleanup](https://docs.genow.ai/api-reference/search/trigger-search-threads-retention-cleanup.md): Triggers a Cloud Run job to cleanup expired knowledge asset chat threads based on retention policy (admin only) - [Get initial finder view items](https://docs.genow.ai/api-reference/servicenow/get-initial-finder-view-items.md) - [Get initial finder view items (transient)](https://docs.genow.ai/api-reference/servicenow/get-initial-finder-view-items-transient.md) - [Trigger ServiceNow sync](https://docs.genow.ai/api-reference/servicenow/trigger-servicenow-sync.md): Trigger a ServiceNow sync - [Update finder view selection](https://docs.genow.ai/api-reference/servicenow/update-finder-view-selection.md) - [Get settings](https://docs.genow.ai/api-reference/settings/get-settings.md): Retrieve current settings for a given settings group - [List available settings](https://docs.genow.ai/api-reference/settings/list-available-settings.md): Return available settings endpoints - [Update settings](https://docs.genow.ai/api-reference/settings/update-settings.md): Update settings for a given settings group (currently only data-retention) - [Check if SharePoint site exists](https://docs.genow.ai/api-reference/sharepoint/check-if-sharepoint-site-exists.md) - [Get extended finder view items (paginated)](https://docs.genow.ai/api-reference/sharepoint/get-extended-finder-view-items-paginated.md) - [Get extended finder view items (transient, paginated)](https://docs.genow.ai/api-reference/sharepoint/get-extended-finder-view-items-transient-paginated.md) - [Get initial finder view items](https://docs.genow.ai/api-reference/sharepoint/get-initial-finder-view-items.md) - [Get initial finder view items (transient)](https://docs.genow.ai/api-reference/sharepoint/get-initial-finder-view-items-transient.md) - [Trigger SharePoint sync](https://docs.genow.ai/api-reference/sharepoint/trigger-sharepoint-sync.md) - [Update finder view selection](https://docs.genow.ai/api-reference/sharepoint/update-finder-view-selection.md) - [Create fallback strategy](https://docs.genow.ai/api-reference/use-cases/create-fallback-strategy.md): Endpoint to create use case fallback strategies. - [Create use case](https://docs.genow.ai/api-reference/use-cases/create-use-case.md) - [Delete fallback strategy](https://docs.genow.ai/api-reference/use-cases/delete-fallback-strategy.md): Endpoint to delete use case fallback strategies. - [Delete use case and all connected resources](https://docs.genow.ai/api-reference/use-cases/delete-use-case-and-all-connected-resources.md) - [Get admin use cases (FULL or MINIMAL)](https://docs.genow.ai/api-reference/use-cases/get-admin-use-cases-full-or-minimal.md) - [Get all use cases](https://docs.genow.ai/api-reference/use-cases/get-all-use-cases.md) - [Get fallback strategies for a use case](https://docs.genow.ai/api-reference/use-cases/get-fallback-strategies-for-a-use-case.md): Endpoint to get fallback strategies for a use case. - [Get knowledge assets by use case](https://docs.genow.ai/api-reference/use-cases/get-knowledge-assets-by-use-case.md) - [Get knowledge sources by use case](https://docs.genow.ai/api-reference/use-cases/get-knowledge-sources-by-use-case.md) - [Get use case details](https://docs.genow.ai/api-reference/use-cases/get-use-case-details.md) - [Update a use case](https://docs.genow.ai/api-reference/use-cases/update-a-use-case.md) - [Update fallback strategy](https://docs.genow.ai/api-reference/use-cases/update-fallback-strategy.md): Endpoint to edit use case fallback strategies. - [Update use case external links](https://docs.genow.ai/api-reference/use-cases/update-use-case-external-links.md): Endpoint to update use case external links. - [Update use case feedback form](https://docs.genow.ai/api-reference/use-cases/update-use-case-feedback-form.md): Endpoint to update use case feedback form settings. - [Update use case privacy section](https://docs.genow.ai/api-reference/use-cases/update-use-case-privacy-section.md): Endpoint to update use case privacy section. - [Update use case system prompt](https://docs.genow.ai/api-reference/use-cases/update-use-case-system-prompt.md): Endpoint to update use case system prompts. - [Add favorite use case](https://docs.genow.ai/api-reference/user/add-favorite-use-case.md): Add a use case to the user's favorites list and return updated profile - [Get current user info](https://docs.genow.ai/api-reference/user/get-current-user-info.md): Return email and display name for the authenticated user. - [Get user credential status](https://docs.genow.ai/api-reference/user/get-user-credential-status.md): Returns created_at and updated_at for the authenticated user's credential. - [Get user profile](https://docs.genow.ai/api-reference/user/get-user-profile.md): Retrieve the authenticated user's profile information including preferences and favorites. Adds a login entry to the user's history. - [Remove favorite use case](https://docs.genow.ai/api-reference/user/remove-favorite-use-case.md): Remove a use case from the user's favorites list and return updated profile - [Update active organization](https://docs.genow.ai/api-reference/user/update-active-organization.md): Update the user's active organization id and return updated profile. Send null to remove it. - [Update preferred language](https://docs.genow.ai/api-reference/user/update-preferred-language.md): Update the user's preferred language setting and return updated profile - [Update preferred model](https://docs.genow.ai/api-reference/user/update-preferred-model.md): Update the user's preferred AI model setting and return updated profile - [Introduction](https://docs.genow.ai/index.md): Welcome to the Genow Helpcenter! - [Analyse ](https://docs.genow.ai/platform-management/analyse.md): Analyse the usage of the Genow platform to generate insights and identify next steps to boost user adoption. - [Customise](https://docs.genow.ai/platform-management/customise.md): Learn how to add tools and customise your Genow platform. - [App Registration in EntraID](https://docs.genow.ai/platform-management/entraID-setup.md): Learn how to set up your EntraID. - [Introduction](https://docs.genow.ai/platform-management/introduction.md): Learn the concepts of managing the Genow platform. - [Create and Manage Permissions](https://docs.genow.ai/platform-management/permissions.md): Learn how to provide access permissions to Genow depending on different user roles. - [Scale the Platform](https://docs.genow.ai/platform-management/scale.md): This guide will help you successfully establish Genow in your organization, maximize user adoption, and get the most value out of the platform. - [Platform Guardrails](https://docs.genow.ai/platform-management/settings/guardrails.md): Learn how to set up guardrails for optimal AI alignment. - [Platform Settings](https://docs.genow.ai/platform-management/settings/platform-settings.md): Customize and change the settings of your Genow tenant. - [Set Up & Delete Use Cases](https://docs.genow.ai/platform-management/setup-use-cases.md): Learn how to set up use cases on the Genow platform. - [User Authentication](https://docs.genow.ai/platform-management/setup/authentication.md): Find out how users can log in to Genow and how to set up single sign-on (SSO). - [Data Retention](https://docs.genow.ai/platform-management/setup/data-retention.md): Learn how to configure platform-wide data retention. - [Genow Deployment Options](https://docs.genow.ai/platform-management/setup/deployment-options.md): Learn about the different deployment/hosting options for Genow. - [Manage Your Large Language Models (LLMs)](https://docs.genow.ai/platform-management/setup/manage-llms.md): Learn about the integration of LLMs in Genow. - [Platform Setup](https://docs.genow.ai/platform-management/setup/platform-setup.md): Set up your Genow platform. - [ServiceNow Setup](https://docs.genow.ai/platform-management/setup/service-now-setup.md): Connect your ServiceNow environment to Genow. - [SharePoint Setup](https://docs.genow.ai/platform-management/setup/sharepoint-setup.md): Learn how to create and manage SPNs and set up SharePoint as a data system via EntraID. - [Widget](https://docs.genow.ai/platform-management/setup/widget.md): Integrate our capabilities into websites or other HTML-based applications. - [About Genow](https://docs.genow.ai/product/about-genow.md): This is an overview over the Genow platform and it's benefits. - [Agents](https://docs.genow.ai/product/agents.md): This is an introduction to the concept of agents. - [Deep Research Mode](https://docs.genow.ai/product/deep-research-mode.md): For complex questions: Plans ahead, launches multiple queries and provides one consildated answer. - [Welcome to the Genow Helpcenter](https://docs.genow.ai/product/introduction.md) - [Basics of Large Language Models (LLMs)](https://docs.genow.ai/product/resources/llm-basics.md): This is a basic guide for you to understand how LLMs generally work and how Genow is using them. - [Prompt and Usage Guide](https://docs.genow.ai/product/resources/usage-guide.md): Learn how to use the Genow plattform the best way possible. - [Chat](https://docs.genow.ai/product/user-guides/chat.md): Learn how to use the chat. - [Genow Search and Answer Generation](https://docs.genow.ai/product/user-guides/genow-search.md): Find out how Genow will use your input to search for documents and provide you with an answer. - [Personal Space](https://docs.genow.ai/product/user-guides/personal-space.md): Upload your data to Personal Assets and ask questions about it. - [Choose the Most Suitable Large Language Model (Llm)](https://docs.genow.ai/product/user-guides/select-llm.md): Learn about LLMs. - [Translator](https://docs.genow.ai/product/user-guides/translator.md): Learn how to use the Translator. - [Use Case Hub](https://docs.genow.ai/product/user-guides/use-case-hub.md): Learn how to use the Use Case Hub. - [Analytics Dashboard](https://docs.genow.ai/use-case-management/analyse/analytics.md): Receive analytics on your use case. - [Evaluate Feedback](https://docs.genow.ai/use-case-management/analyse/feedback.md): Learn how to evaluate feedback. - [User Satisfaction Insights](https://docs.genow.ai/use-case-management/analyse/quality-insights.md): Get insights into the quality of documents and the answers given to your users' questions. - [Troubleshooting](https://docs.genow.ai/use-case-management/analyse/troubleshooting.md): This article provides possible solutions to potential issues. - [Getting Started as a Use Case Admin](https://docs.genow.ai/use-case-management/getting-started.md): In this article, we outline the essential preparations required to set up your new use case. Additionally, we’ll provide general information about the responsibilities of the use case administrator. - [Connectors](https://docs.genow.ai/use-case-management/individualise/connectors.md): Learn how to connect your company data from different sources to Genow. - [Confluence Connector](https://docs.genow.ai/use-case-management/knowledge/confluence-connector.md): Learn about our Confluence connector. - [Data Maintanance](https://docs.genow.ai/use-case-management/knowledge/data-maintanance.md): Find out how to prepare and manage your data to achieve high-quality results. - [Data Maintenance](https://docs.genow.ai/use-case-management/knowledge/data-maintenance.md): Find out how to prepare and manage your data to achieve high-quality results. - [Data Synchronization](https://docs.genow.ai/use-case-management/knowledge/data-synchronisation.md): Learn how to optimally synchronize your company data with Genow. - [Manage your Knowledge Base](https://docs.genow.ai/use-case-management/knowledge/introduction.md): Learn how to manage your knowledge base. - [Jira Connector](https://docs.genow.ai/use-case-management/knowledge/jira-connector.md): Learn how to set up a Jira connector as a data source. - [Knowledge Abstraction Layers](https://docs.genow.ai/use-case-management/knowledge/knowledge-abstractions.md): Learn about data abstraction and data stuctures in Genow. - [Create New Knowledge Sources and Assets](https://docs.genow.ai/use-case-management/knowledge/knowledge-management.md): Learn how to create new knowledge assets and sources. - [SharePoint Connector](https://docs.genow.ai/use-case-management/knowledge/sharepoint-connector.md): Use your documents from SharePoint and Sync your data without the need for duplicates! - [Web Search](https://docs.genow.ai/use-case-management/knowledge/websearch.md): Learn about our web search capabilities. Add a web search to your use case. - [Google Drive Connector](https://docs.genow.ai/use-case-management/manage-your-knowledge/google-drive-connector.md): Learn how to set up a new Google Drive Connector. - [Google Drive Connector V2](https://docs.genow.ai/use-case-management/manage-your-knowledge/google-drive-connector-copied-1.md): Learn how to set up a new Google Drive Connector - [Use Case Context](https://docs.genow.ai/use-case-management/settings/add-context.md): Add context to your use case. - [Data Protection](https://docs.genow.ai/use-case-management/settings/data-protection.md): Learn how to set up data protection statements for Use Cases. - [External Links](https://docs.genow.ai/use-case-management/settings/external-links.md): Add use case specific external links to the left hand menu bar. - [Fallbacks](https://docs.genow.ai/use-case-management/settings/fallbacks.md): Configure fallbacks for a predefined set of questions that are displayed in addition to the answer - [Feedback Form](https://docs.genow.ai/use-case-management/settings/feedback-form.md): Learn how to create a feedback form to collect user insights. - [Glossary](https://docs.genow.ai/use-case-management/settings/glossary.md): Learn how to enrich your Use Case with company specific context and business logic. - [Use Case Guardrails](https://docs.genow.ai/use-case-management/settings/guardrails.md): Learn how to set up guardrails to achieve business-aligned AI behavior. - [Guided Search](https://docs.genow.ai/use-case-management/settings/guided-search.md): Configure guided search fields in the addition to the user input field. - [Introduction to Use Case Settings & Features](https://docs.genow.ai/use-case-management/settings/introduction.md): We provide the right feature to add context - [Quick Actions](https://docs.genow.ai/use-case-management/settings/quick-actions.md): Configure quick actions to perform prompt-based tasks on the received knowledge. - [Successful Use Case Guide](https://docs.genow.ai/use-case-management/use-case-guide.md): Learn how to make your use case a big success. - [Setup of Your New Use Case](https://docs.genow.ai/use-case-management/use-case-setup.md): In this article, we will describe the steps needed to set up your use case. ## OpenAPI Specs - [core_openapi](https://docs.genow.ai/openapi/core_openapi.json) - [search_openapi](https://docs.genow.ai/openapi/search_openapi.json) - [document_parser_openapi](https://docs.genow.ai/openapi/document_parser_openapi.json) - [pdf_converter_openapi](https://docs.genow.ai/openapi/pdf_converter_openapi.json) - [permissions_openapi](https://docs.genow.ai/openapi/permissions_openapi.json)