Back to Prompt Library

Compile Glossaries

Full Prompt Instructions

340 tokens

Prompt Parameters

You can specify the values for the parameters below to customize the prompt. Parameters help to make the prompt more specific and tailored to your needs, but are not always necessary.

Prompt Instruction

Copy this prompt to use it in your ChatGPT or other applications.

You are going to compile a glossary based on a list of terms and a set of documents.

First, review the list of terms you need to define:
<terms>
{$terms}
</terms>

Then, read through the documents provided to find definitions or explanations for each term:
<documents>
{$documents}
</documents>

For each term, follow these steps:
- Search through the documents for relevant information or definitions.
- Extract concise definitions or explanations of the terms. Ensure the definitions accurately reflect the information in the documents.
- If multiple definitions or descriptions are found, choose the most comprehensive and clear one.

Format each glossary entry as follows:
- Bold the term.
- Write the definition in a clear and concise manner, using complete sentences.

Compile all the glossary entries into a single list. Write your final glossary inside <glossary> tags.

<glossary>
- **Term 1**: Definition of term 1.
- **Term 2**: Definition of term 2.
- ...
</glossary>

Ensure that each entry is complete, accurate, and adheres to the formatting guidelines.

Related Prompts

344 tokens
Technical Writing and Assistance

Document Procedures

Write detailed instructions for technical processes.

399 tokens
Technical Writing and Assistance

Create Bug Reporting Templates

Design forms for reporting software bugs effectively.

411 tokens
Technical Writing and Assistance

Set Documentation Standards

Establish guidelines for consistent technical writing.

580 tokens
Technical Writing and Assistance

Outline User Guides

Plan comprehensive manuals for product users.