This commit is contained in:
Kenneth Jannette
2024-01-20 22:17:57 -06:00
parent 8213091342
commit c5ddfa221a

View File

@@ -12,17 +12,16 @@ export const Steps = () => (
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)
to navigate to its <strong>Case Details View.</strong> Click Upload
Document to surface the Document Upload Modal.
</li>
<li>
<strong>UPLOAD A DOCUMENT: </strong>On the Document Upload Modal, enter
the document title, i.e. Defendants 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 YOUR DOCUMENT: </strong>On the Document Upload Modal,
enter the document title, i.e. Defendants 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 Document
@@ -30,12 +29,17 @@ export const Steps = () => (
</p>{" "}
</li>
<li>
<strong>GENERATE THE DISCOVERY RESPONSE: </strong>Click the Generate
Responses'' button. Novdrafts 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.
<strong>GENERATE THE RESPONSE: </strong>From the Document List View,
click the Generate Responses'' button. Novdrafts 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>
<li>
<strong>DOWNLOAD YOUR RESPONSE DOCUMENT: </strong>Click the Create
.Docx' button to downlaod your fully-formatted, ready-to-serve response.
Or, if you want, edit first to tailor it to your needs.
</li>
<ExclamationTriangle
style={{ color: "red", marginRight: "6px", marginBottom: "2px" }}