OGAN AI Blog & Media

Getting Started with OGAN AI : What You Need to Know

2025-07-07
Starting your journey with OGAN AI is simple, but powerful. Here’s a step-by-step overview to help you launch your project efficiently and make the most of the platform’s unique features:
1. Default Project Environment
Every new OGAN AI project is built on Microsoft SQL Server as the default database and uses ASP.NET MVC, C#, and .NET Core 6 as the development environment. This robust foundation gives you security, scalability, and compatibility from the start.
2. Customizing Your Project Before Code Generation
After you’ve completed your project payment, code generation does not begin automatically. Why? Because OGAN AI lets you fully customize your environment. But you can start with default schema and grow your code day by day when you need. You can change development framework with /developmentframeworkchange command for now. In future you will change the database type, the programming language, to suit your needs using dedicated commands such as /databasetypechange, /developmentlanguagechange.
3. Database Management and Integration
You can manage your project database on a remote server by updating the connection string with the /connectionstring command.
OGAN AI gives you advanced options for using databases-for example, you can use your main project database as a backup, as a reporting database, or even as a centralized login database for multiple projects. To set up reporting or login features correctly, make sure to create the appropriate reporting project from the beginning; otherwise, encrypted data may not match. For more details, see the /projecttype command.
4. Code Hosting and Deployment
Once your code is published, you can host it on any remote server and share FTP credentials securely with OGAN AI using the /ftpupdate command. You can also set your github with /githubsettingsupdate and publish your code to other systems with /githubpush command.
5. Database Schema: The Core of Your Project
Every OGAN AI project begins with a default database schema that includes core data table, data fields, field types, user roles and authorization settings. The schema file is crucial - it defines the structure and rules for your entire system.
If you need a large or complex project, you can customize the schema manually for greater speed and flexibility. Download the default schema, make your changes, and upload it back to OGAN AI with /schema. Schema rules and customization tips are available via /schemarules. You can revert to any previous schema version at any time.
6. Code Creation and Updates
Once your schema is set, you’re ready to generate your code using the /createcode command. If you later make changes to the schema, simply use /recreatecode to refresh your project code automatically.
7. Accessing the Admin Panel and User Accounts
After generating or updating your code, you can access your project’s web admin panel using /webpanel and view default user role accounts with /listdefaultroleusers.
8. Custom Code and Protection
If you want to add custom functions, use /addcustomcode, then rebuild your project with /rebuildcode. To ensure your custom files are safe during this process, apply /protectcodefile.
9. Debugging and Troubleshooting
If you experience any issues with your web panel or APIs-not loading, not responding, or other errors-you can easily diagnose and fix problems by reviewing project notifications and debug logs with /debuglogs and /publishlogs.
10. API Tokens for Developers
Need to share secure API access with your development team? Quickly generate a Web API connection token using /getapitoken.
Additional Management Tools and Flexibility:
At any time, you can recreate the default database with /recreatedefaultdb or reset everything (database and code) with /deletecodeanddb to start over.
Download source codes, database scripts, backups, and more using /sourcecodesandscripts-depending on your membership type.
Manage user roles and accounts dynamically with /rolesandusers-no need to edit the schema file for user changes.
Add, remove, or edit data tables, fields, views, authorizations, and titles using /fieldsandauths. Fine-tune permissions at the field, table (web API), or page level.
Edit admin panel titles role by role with /edittitles.
List and manage supported languages with /listlanguages and set your project’s language with /setlanguage.
In summary:
All you need to start with OGAN AI is your vision and a clear plan for your data and user roles. The platform gives you complete flexibility - from customizing your schema to managing deployment, integrations, and authorizations-allowing you to launch sophisticated, scalable projects in record time. And the best part? You don’t need to memorize any of these steps. You can simply ask the OGAN AI agent at any time for guidance, and it will walk you through every action you need-making your development experience smoother, faster, and more accessible than ever.