Quantasia's documentation is contained in several files in the docs folder. The order in which
you should read these files is as follows...

1. install.txt

2. config.txt

3. providers.txt

4. services.txt

IMPORTANT!!!
The door connects to APIs to gather it's data that is presented to the user. You must either have a local 
backend serving up LLM AI endpoints or an API Key for either Ollama.com or OpenAI.com cloud APIs. The fastest track 
to getting this accomplished is to simply go to ollama.com/settings/key and request a developer's API key. The key
is free and their hourly/weekly token caps are very generous so I doubt that you will run into an issues with data
limits within the door. 

Once you have acquired the Ollama API key, you will then enter this key into the config.toml configuration file. 
This is the main configuration file for the door. You will want to look at the [[providers]] sections of the config.toml
file and find the [[providers]] that has the name="Ollama" line within it. Enter your Ollama API key on the line that reads
api_key = "".
