# Initial Setup

Navigate to your workspace on your browser (http://localhost:8080) and login with user and password admin.

Follow the steps to give your workspace a name, and proceed till the end.

# Using Built-in Templates

Curiosity provides built-in templates to help you jumpstart your custom development.

# Custom Front-End Template

  1. Navigate to Manage > Interface within your Curiosity Workspace.
  2. Find the template download option and click Download.
  3. Extract the ZIP file and open the project file (.csproj) in your IDE to begin developing.

# Data Connector Template

  1. Navigate to Manage > API Integrations within your Curiosity Workspace.
  2. Select your preferred language (C# or Python) from the available options.
  3. Extract the ZIP file and open the project in your IDE to start building your connector.

# Next steps