Help Center

Welcome to the Help Center. Here you can find answers to common questions and detailed guides on how to use the system.

Frequently Asked Questions

To reset your password, click on the "Forgot Password" link on the login page and follow the instructions. You will receive an email with a password reset link.

After registering or changing your email, you will receive a verification email. Click on the verification link provided in the email to verify your address.

To generate an API key, navigate to your profile page and click on "Generate API Key" under the "Third-Party Integrations" section.

Account Management

Registration

To create an account, click on the "Register" link on the homepage. Fill in the required fields and submit the form. A verification email will be sent to your address.

Login

To log in, enter your username or email and password on the login page.

Update Profile

You can update your personal information by navigating to your profile and clicking "Edit Profile". Make the desired changes and save them.

Change Password

To change your password, go to your profile and click on "Change Password". Enter your current password and the new password.

Email Verification

If you change your email address, you will need to verify the new address. A verification email will be sent to you with instructions.

API Access Management

Manage your API key from your profile under the "Third-Party Integrations" section. You can generate a new key or revoke an existing one.

Prompt Management

Creating Prompts

To create a new prompt, navigate to the "Prompts" section and click on "Add New Prompt". Fill in the required fields and save.

Editing Prompts

To edit an existing prompt, go to the "Prompts" section, select the prompt you want to edit, and click on "Edit". Make your changes and save.

Deleting Prompts

To delete a prompt, navigate to the prompt's details page and click on "Delete". Confirm the deletion to remove the prompt.

Importing and Exporting Prompts

You can import prompts from JSON or CSV files. Go to the "Prompts" section and use the "Import" feature. To export, click on "Export" and select the desired format.

Sharing Prompts

To share a prompt, generate a shareable link from the prompt's details page. You can revoke the link at any time.

Categories & Tags

Managing Categories

Organize your prompts using categories. You can create, edit, and delete categories from the "Categories" section.

Managing Tags

Use tags to label your prompts for easy searching. Manage your tags from the "Tags" section.

Assigning Categories and Tags to Prompts

When creating or editing a prompt, you can assign categories and tags to it for better organization.

API Usage

Generating an API Key

Navigate to your profile and click on "Generate API Key" under the "Third-Party Integrations" section. Keep your API key secure.

Using the API

Use your API key to authenticate API requests. Include it in the request headers.

Headers:
x-api-key: YOUR_API_KEY_HERE
Available API Endpoints
  • GET /api/prompts - Retrieve all prompts.
  • GET /api/prompts/:id - Retrieve a single prompt by ID.
  • POST /api/prompts - Create a new prompt.
  • PUT /api/prompts/:id - Update an existing prompt.
  • DELETE /api/prompts/:id - Delete a prompt.
Authentication

All API requests require your API key for authentication. Include it in the request headers.

Revoking API Key

If you suspect unauthorized use, revoke your API key from your profile. You can generate a new one anytime.

Contact Support

If you need further assistance, please contact our support team.

Login to Contact Support