// DOCUMENTATION :: VERSION_1.0

Documentation

Complete guide to using MarunGPT. Learn how to integrate, configure, and leverage our RAG system for academic queries and data retrieval.

Quick Start

Get up and running with MarunGPT in minutes. Follow these simple steps to start querying university data and getting intelligent responses.

01

Create Account

Sign up with your Marmara University email address to get started with MarunGPT.

02

Get API Key

Generate your API key from the dashboard to authenticate your requests.

03

Make First Query

Start asking questions about courses, regulations, or any university-related information.

04

Integrate

Use our API or web interface to integrate MarunGPT into your applications.

Documentation Sections

Explore our comprehensive documentation covering all aspects of MarunGPT, from basic usage to advanced integration.

Getting Started

Quick start guide to begin using MarunGPT. Learn how to set up your account, make your first query, and understand the basic features.

Read more

API Reference

Complete API documentation with endpoints, request/response formats, authentication, and code examples in multiple programming languages.

Read more

Usage Examples

Practical examples and use cases showing how to interact with MarunGPT for common academic queries and scenarios.

Read more

Configuration

Detailed configuration options, customization settings, and preferences to tailor MarunGPT to your specific needs.

Read more

Authentication

Security and authentication guide covering API keys, access tokens, rate limits, and best practices for secure integration.

Read more

FAQ

Frequently asked questions covering common issues, troubleshooting tips, and answers to the most common user inquiries.

Read more

API Example

Here's a simple example of how to interact with the MarunGPT API. Make authenticated requests to query university data and receive intelligent responses.

$ curl -X POST https://api.marungpt.com/v1/query \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "What are the prerequisites for EEE204?"
}'
RESPONSE:
{
"answer": "Prerequisites for EEE204..."
"sources": ["Course_Catalog_2024"]
}

Key Features

MarunGPT provides powerful features for querying and retrieving academic information with high accuracy and speed.

RESTful API

Simple HTTP-based API with JSON responses for easy integration.

Real-time Updates

Always up-to-date information synchronized from university systems.

Multi-language Support

Query in Turkish or English, receive responses in your preferred language.

Source Attribution

Every response includes references to the original data sources.

Rate Limiting

Fair usage policies with generous rate limits for all users.

Error Handling

Comprehensive error codes and messages for easy debugging.