This commit is contained in:
2024-01-17 19:56:56 -06:00
parent af66ac9e4a
commit dfdca21370

View File

@@ -5,12 +5,13 @@ export const Steps = () => (
<h2 className="doc-header-text">Generate Discovery Responses</h2>
<ol className="steps-list">
<li>
Create the case to which the discovery request pertains. Click “Cases”
in the top navigation bar to go to the <strong>Case View</strong>. Click
the “Create New Case” button (lower right) to surface the{" "}
<strong>Create Case Modal</strong>. Enter all relevant information --
case name, case number, parties, etc. -- and click “Save Case”. The
modal will close, returning you to the <strong>Case View.</strong>
<strong>CREATE THE CASE: </strong>First, input the case to which the
discovery request pertains. Click “Cases” in the top navigation bar to
go to the <strong>Case View</strong>. Click the “Create New Case” button
(lower right) to surface the Create Case Modal. Enter all relevant
information -- case name, case number, parties, etc. -- and click “Save
Case”. The modal will close, returning you to the{" "}
<strong>Case View.</strong>
</li>
<li>
On the newly-created case info card, click the “View” button (far right)
@@ -18,23 +19,23 @@ export const Steps = () => (
Document” to surface the <strong>Document Upload Modal</strong>.
</li>
<li>
On the <strong>Document Upload Modal</strong>, enter the document title,
i.e. “Defendant’s Interrogatories,” and (optionally) the date served.
Drag and drop or click to select the request document from your files.{" "}
<em>The document must be in .pdf format.</em>
<strong>UPLOAD A DOCUMENT: </strong>On the Document Upload Modal, enter
the document title, i.e. “Defendant’s Interrogatories,” and (optionally)
the date served. Drag and drop or click to select the request document
from your files. <em>The document must be in .pdf format.</em>
<br />{" "}
<p className="howto-special-para">
Click “Upload”, and will you automatically navigate to the{" "}
<strong>Document List View</strong>.
Click “Upload”, and will you automatically navigate to the Document
List View.
</p>{" "}
</li>
<li>
Click the “Generate Responses'' button. Novdraft’s Intellidraft AI will
generate the response and automatically navigate to the interactive{" "}
<strong>Document Editor</strong>. You can edit the responses and save
progress anytime by clicking the “Save Changes” button. When you are
satisfied, you can download a .docx file by clicking the “Create .docx
File” button.
<strong>GENERATE THE DISCOVERY RESPONSE: </strong>Click the “Generate
Responses'' button. Novdraft’s Intellidraft AI will generate the
response and automatically navigate to the interactive Document Editor.
You can edit the responses and save progress anytime by clicking the
“Save Changes” button. When you are satisfied, you can download a .docx
file by clicking the “Create .docx File” button.
</li>
<ExclamationTriangle
style={{ color: "red", marginRight: "6px", marginBottom: "2px" }}