Naxis Technologies Docs
Live demo

Naxis Assistant

Documentation

Grounded answers from your organisation’s own documents — every answer cites the exact passage it came from, and anything that isn’t in your material is refused rather than guessed. Here’s how to install it, run it, and build on it.

curl $NAXIS/v1/messages \
  -H "Authorization: Bearer $KEY" \
  -d '{"text":"Does Acme renew?"}'

{
  "text": "Renews 1 Sep 2026 [1].",
  "abstained": false,
  "citations": [{ "n": 1 }]
}

Start here

The product guide

The complete administrator’s manual — the same help that lives inside the console, mirrored here, section by section.

What it does

The two ways to run it

 On your server (self-hosted)Hosted by Naxis (managed)
Where it runsA Linux server you controlThe Naxis platform
Your dataNever leaves your serverHeld by Naxis under agreement
To set upRun one commandOpen a link
MaintenanceAutomatic updates & backupsHandled for you

You’ll have been told which one applies to you, and been sent a link to match. Follow Install — on your server or Install — hosted by Naxis.

A quick word on the AI Answering is ours: a proprietary engine under a data-processing agreement with zero-retention terms, and a self-hosted deployment can run the whole of it on your own hardware so nothing leaves your building. Either way there is nothing to choose or configure — the assistant is ready to answer as soon as your content is connected.

Building on top

The HTTP API lets you push documents into the knowledge base and ask questions from your own code, authenticated by a key you create in the console. Stuck? See Troubleshooting and the FAQ.

Was this page helpful?
Was this page helpful? Sign in with Google Sign in to tell us — or leave a comment.

Last updated 28 Aug 2026