Welcome to the Help Center. Here you can find answers to common questions and detailed guides on how to use the system.
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.
To log in, enter your username or email and password on the login page.
You can update your personal information by navigating to your profile and clicking "Edit Profile". Make the desired changes and save them.
To change your password, go to your profile and click on "Change Password". Enter your current password and the new password.
If you change your email address, you will need to verify the new address. A verification email will be sent to you with instructions.
Manage your API key from your profile under the "Third-Party Integrations" section. You can generate a new key or revoke an existing one.
To create a new prompt, navigate to the "Prompts" section and click on "Add New Prompt". Fill in the required fields and save.
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.
To delete a prompt, navigate to the prompt's details page and click on "Delete". Confirm the deletion to remove the prompt.
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.
To share a prompt, generate a shareable link from the prompt's details page. You can revoke the link at any time.
Organize your prompts using categories. You can create, edit, and delete categories from the "Categories" section.
Use tags to label your prompts for easy searching. Manage your tags from the "Tags" section.
When creating or editing a prompt, you can assign categories and tags to it for better organization.
Navigate to your profile and click on "Generate API Key" under the "Third-Party Integrations" section. Keep your API key secure.
Use your API key to authenticate API requests. Include it in the request headers.
Headers:
x-api-key: YOUR_API_KEY_HERE
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.All API requests require your API key for authentication. Include it in the request headers.
If you suspect unauthorized use, revoke your API key from your profile. You can generate a new one anytime.
If you need further assistance, please contact our support team.