This guide will walk you through creating your first AI-powered proposal in the Alliance IGAD Innovation Hub.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/AllianceBioversityCIAT/alliance-IGAD/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, ensure you have:- An active account on the IGAD Innovation Hub platform
- Your RFP document (PDF format)
- Initial concept notes or reference materials
Step 1: Log in to your account
Access the platform and authenticate:Store the access token securely. You’ll need to include it in all subsequent API requests as a Bearer token.
Step 2: Create a new proposal
Create your first proposal:proposalCode - you’ll use it in subsequent requests.
Step 3: Upload your RFP document
Upload the Request for Proposal you’re responding to:Step 4: Add your concept materials
You can either upload a concept document or provide concept text:- Upload concept file
- Provide concept text
Step 5: Trigger RFP analysis
Start the AI analysis of your RFP document:The RFP analysis typically takes 1-3 minutes to complete. Poll every 3 seconds until status is “completed”.
Step 6: Analyze your concept
Once RFP analysis is complete, analyze your concept:Step 7: Generate enhanced concept document
Select sections you want to elaborate and generate an enhanced concept:Step 8: Review your generated content
Retrieve your proposal with all generated content:- RFP analysis results
- Concept analysis findings
- Generated concept document (markdown format)
- Completed workflow steps
Next steps
Now that you have your enhanced concept document, you can:Generate proposal structure
Create a structured outline and workplan based on RFP requirements
Generate proposal template
Download a Word template with your structure for offline editing
Upload reference proposals
Add reference proposals to inform AI-generated content
Get draft feedback
Upload your completed draft for AI-powered quality analysis
Common issues
Analysis stuck in 'processing' status
Analysis stuck in 'processing' status
Analysis steps typically complete within 5 minutes. If stuck longer:
- Check CloudWatch logs for Lambda worker errors
- Verify DynamoDB table has write permissions
- Try triggering analysis again with
force: trueparameter
Document upload fails with 400 error
Document upload fails with 400 error
Ensure:
- File is in supported format (PDF for RFP, PDF/DOC/DOCX for concept)
- File size is under limit (10 MB for RFP, 5 MB for references)
- File is not corrupted and has valid header
Token expired error (401)
Token expired error (401)
Access tokens expire after 1 hour. Use your refresh token to get a new one:
Learn more
Complete workflow guide
Detailed explanation of all 4 workflow steps
API reference
Complete API documentation
Architecture overview
Understand the platform’s serverless architecture
Document management
Learn about uploads, vectorization, and storage