Importing an unsupported document
AIsuru supports importing various types of text documents, but there may be times when you want to import a format that isn't officially supported. This guide will help you handle importing different types of non-standard files, making sure your AI Agent can access and effectively use that information.
General procedure
If your document format isn't directly supported:
Extract the text or information from your file;
Paste the extracted information ->
Into the instructions if you want the AI to always have everything available (and if the text is under 200,000 characters);
Or into contents if you want to separate the information by topic ->
Question -> enter a keyword;
Question variants -> write specific questions for which that information is useful;
Answer -> paste the text you extracted;
Explain how to read and use the data in your Agent's instructions.
Handling specific formats
Now that we've covered the general procedure, let's look at how to handle specific file formats.
Excel files
Simpler Excel files — and tables in general — can be converted to markdown format and inserted into a content or your Agent's instructions.
If your Excel file is more complex and you need higher accuracy in responses:
Identify different categories to group the data into;
Starting from your Excel file, extract the information and save it in separate JSON files (one per category) with a clear and simple structure that anyone could understand;
Copy the JSON code and paste it ->
Into the instructions if the total doesn't exceed 200,000 characters
Into separate contents (one per category, matching the files) ->
Question -> enter a keyword;
Question variants -> enter examples of questions the AI should be able to answer from that data;
Answer -> paste the JSON code.
Into separate functions (one per category, matching the files) -> you can also use functions to host your content. Just make your JSON file accessible and the Agent will retrieve the information when needed
In the instructions, tell the Agent where to find the information (in the instructions, contents, or functions), how to read the data (the JSON structure), and how to use it to respond to user requests.
Video
AIsuru doesn't officially support training from video files. If you want to make a video queryable:
Get a transcript of the video (use OpenAI's Whisper or use SharePoint for Teams meetings);
In the instructions, explain what the AI should do, paste the transcript.
✅ Done! The AI will now be able to answer questions about the video. Response quality will depend heavily on the transcript quality.
If you're using Microsoft SharePoint, you can also attach the video link (at the exact timestamp) to each answer:
Make sure to include the timestamps from the transcript in your Agent's instructions;
Copy the video link;
Customize and add these instructions:
These instructions were created for Microsoft SharePoint. If you're using YouTube or another service, make sure to modify the variable part of the link accordingly.
Images
To import information from images:
Use ChatGPT or Claude to get an accurate and complete description of the image;
Export the text and insert it ->
Into the instructions -> if you want the Agent to always have the extracted information in mind;
Into a content -> if you want to show the image on specific occasions (with certain keywords or questions):
Question -> enter a question that the image answers (or a keyword);
Question variants -> add other questions for which the image might be useful;
Answer -> the image description;
Media -> add your image.
Importing unsupported documents takes a bit more manual work, but it lets you integrate a wide range of information into your AI Agent. Choose the most appropriate method based on the type of document and the structure of the information it contains. Always verify that the imported information is accurate and easily accessible to the Agent, to ensure precise and relevant responses.
Last updated