Naxis Technologies DOCS
/
naxistechnologies.com ↗

Product guide

Sources — files, storage & web

Connect file stores, cloud drives and websites — every setup, field by field.

Sources — where your knowledge comes from

A source is a place your documents live. The built-in “Uploaded documents” source holds files you upload here; you can also connect a Google Drive, a OneDrive/SharePoint library (including Microsoft Teams files), Dropbox, a Nextcloud/ownCloud/WebDAV folder, Notion pages and databases, email (a dedicated forwarding mailbox, or a full mailbox read automatically), an Amazon S3 bucket, a SQL database, a CRM or ERP, your issue tracker or help desk, or your website. Everything from all sources feeds one knowledge base.

Common places, and how they map to sources

Syncing keeps it current, automatically

Each source is synced on a schedule and whenever you press Sync. A sync is incremental: it checks the source for new, changed and removed documents and updates the knowledge base to match — so when a file changes in the Drive, the next sync picks up exactly that change without re-processing everything. Recent syncs are listed under Settings → Background activity.

If a source can't be reached (wrong credentials, an outage), it shows an error and its documents are left in place — a temporary problem never wipes your knowledge base.

Adding a source

  1. Open Documents → choose the type from the catalog.
  2. Fill in its details (each type has its own short setup — the ? on the card opens step-by-step instructions).
  3. Choose which groups may read this source's documents.
  4. Press Test to confirm the connection, then Sync to bring the documents in.

Sources whose platform knows your team (a CRM, an ERP, an issue tracker) can also create the team's accounts for you — see “Import your team from a connected system”.

Set up Google Drive

The usual setup is sharing a folder with a “service account” — a robot Google account. Your provider gives you its email address; everything you do happens inside Google Drive.

  1. Ask your provider for the service account email (it ends in @…iam.gserviceaccount.com) — or create your own service account in the Google Cloud Console and download its JSON key.
  2. In Google Drive, right-click the folder → Share → paste that email → Viewer access.
  3. Back here: Documents → Google Drive, paste the folder's URL straight from the browser, paste the JSON key your provider gave you, choose the access groups, Test, then Sync.

Google Docs, Sheets and Slides are imported too (exported to text, spreadsheet and PDF). Shared drives work if the folder is shared with the service account. If a Connect button shows on this source, you can sign in with a Google account instead — no keys at all. Set Access to “Mirror each file's own Drive sharing” to keep documents readable here by the same people they're shared with in Drive (see Access).

Set up OneDrive / SharePoint / Teams

Create the source and sign in with a Microsoft work account that can read the library, then pick the library from the list — done. This also covers Microsoft Teams: files shared in a Teams channel live in that team's SharePoint library, so pick the team's library in the picker and the Teams files sync.

  1. Documents → OneDrive / SharePoint / Teams: name it, choose access groups, Create — the Microsoft sign-in opens by itself.
  2. If Microsoft says approval is needed, forward the admin approval link (shown on that page) to your IT administrator, then use Connect on the source to sign in again.
  3. Back on the source, click Choose library and pick the OneDrive or SharePoint library to sync.
Folder pathOptional — restrict to a sub-folder like /Policies. Leave blank for the whole library.

Sync runs as the account that connected: if that person's password is reset, the source shows an error until someone clicks Reconnect. Advanced setups can instead paste an Entra app registration's credentials (tenant ID, client ID, secret) under Advanced — that path doesn't depend on a person. Set Access to “Mirror each file's own sharing” to keep documents readable here by the same people they're shared with in Microsoft 365 (see Access).

Set up Microsoft OneNote

Bring your OneNote notebooks in — each page becomes a searchable document, tied to its notebook and section. It uses the same Microsoft sign-in as OneDrive.

  1. Documents → Microsoft OneNote: name it, choose access groups, Create — the Microsoft sign-in opens by itself (approve read-only access to your notebooks).
  2. If Microsoft says approval is needed, forward the admin approval link to your IT administrator, then use Connect to sign in again.
  3. Optionally restrict to one notebook by name; Test, then Sync.

Read-only. Pages come in as their formatted content; the notebook and section become the document's breadcrumb so it sits alongside everything else about that team.

Set up Dropbox

Create the source and sign in to Dropbox in the window that opens — that's it. Syncing starts on its own.

  1. Documents → Dropbox: name it, optionally set a folder path (blank = your whole Dropbox), choose access groups, Create.
  2. Approve access in the Dropbox window that opens; it closes itself when done.

No Connect button? Then this deployment uses manual tokens: create an app in the Dropbox App Console with files.metadata.read and files.content.read, and paste its access token (quickest) or refresh token + app key under Advanced.

Set up Amazon S3

  1. In the AWS IAM console create a user (or role) with programmatic access.
  2. Attach a policy allowing s3:ListBucket on the bucket and s3:GetObject on its objects (limit it to the prefix you'll use).
  3. Create an access key for that user — you'll get an Access key ID and a Secret access key.
  4. Back here: Documents → Amazon S3, enter the bucket, its region and the keys; set a prefix to limit to a sub-folder; choose groups, Test, Sync.

Keys are stored securely and never shown again after you save them. Use a read-only key scoped to just this bucket/prefix.

Set up Nextcloud / WebDAV

Works with Nextcloud, ownCloud and any other WebDAV server. Best practice is a dedicated account (or an app password) that can read just the folders to ingest.

  1. In Nextcloud/ownCloud open Settings → Security → Devices & sessions and create an app password for Naxis Assistant.
  2. Documents → Nextcloud / WebDAV: enter the server address (e.g. https://cloud.example.com), the username and that app password.
  3. Optionally set Folder to limit ingestion (e.g. /Company/Policies), choose access groups, Test, then Sync.
Server or WebDAV URLA plain Nextcloud/ownCloud address is completed automatically; any full WebDAV folder URL (e.g. https://server/remote.php/dav/files/anna/Docs) also works.
FolderOptional folder within the account. Blank = everything the account can see.

Whatever the signed-in account can read is what gets ingested — share only the right folders with it. Hidden files (names starting with a dot) are skipped.

Set up Notion

Notion access works through an “integration” — a robot member of your workspace. You choose exactly which pages it can see; everything below those pages, sub-pages and database entries included, becomes searchable.

  1. As a workspace owner open notion.so/profile/integrations and create an internal integration for your workspace (read-content capability is enough).
  2. Copy its Internal Integration Secret.
  3. In Notion, open each top page or database to ingest → ⋯ menu → Connections → add your integration (children are included automatically).
  4. Back here: Documents → Notion, paste the secret, choose access groups, Test, then Sync.

Pages are converted to text with headings, lists, tables and code preserved; database entries include their fields. To stop ingesting something, remove the integration from that page in Notion — the next sync removes it here.

Set up Websites

Ingest public web pages — a handbook site, a help centre, published policies.

URLsOne page URL per line.
Sitemap URLA sitemap.xml — every page listed in it is ingested. Sitemap index files (the WordPress/Shopify layout) and gzipped sitemaps work too. Combine with the URL list or use either alone.

Pages behind a login can't be reached. Each sync re-checks pages and updates any that changed. Only the URLs you configure are fetched — links are not crawled and robots.txt is not consulted, so point it exactly at what you want indexed; requests are paced so your site is never hammered.